Searched refs:MIUnits (Results 1 – 1 of 1) sorted by relevance
2077 SmallDenseMap<MCRegister, SmallVector<unsigned, 2>, 4> MIUnits; in tryToSinkCopy() local2091 MIUnits[Unit].push_back(MO.getReg()); in tryToSinkCopy()2095 for (auto &RegOps : MIUnits) in tryToSinkCopy()