Home
last modified time | relevance | path

Searched refs:MIUnits (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp2268 SmallDenseMap<MCRegUnit, SmallVector<Register, 2>, 4> MIUnits; in tryToSinkCopy() local
2282 MIUnits[Unit].push_back(MO.getReg()); in tryToSinkCopy()
2286 for (auto &RegOps : MIUnits) in tryToSinkCopy()