Searched refs:MIUnits (Results 1 – 1 of 1) sorted by relevance
2268 SmallDenseMap<MCRegUnit, SmallVector<Register, 2>, 4> MIUnits; in tryToSinkCopy() local2282 MIUnits[Unit].push_back(MO.getReg()); in tryToSinkCopy()2286 for (auto &RegOps : MIUnits) in tryToSinkCopy()