Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:LRegsMap

151   LRegsMapT LRegsMap;
334 assert(Interferences.empty() && LRegsMap.empty() && "stale Interferences");
1349 LRegsMapT::iterator LRegsPos = LRegsMap.find(SU);
1366 LRegsMap.erase(LRegsPos);
1385 LRegsMap.insert(std::make_pair(CurSU, LRegs));
1405 SmallVectorImpl<unsigned> &LRegs = LRegsMap[TrySU];
1454 SmallVectorImpl<unsigned> &LRegs = LRegsMap[TrySU];