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.cpp2077 SmallDenseMap<MCRegister, SmallVector<unsigned, 2>, 4> MIUnits; in tryToSinkCopy() local
2091 MIUnits[Unit].push_back(MO.getReg()); in tryToSinkCopy()
2095 for (auto &RegOps : MIUnits) in tryToSinkCopy()