Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LIS

725   LiveIntervals& LIS;
734 HMEditor(LiveIntervals& LIS, const MachineRegisterInfo& MRI,
737 : LIS(LIS), MRI(MRI), TRI(TRI), OldIdx(OldIdx), NewIdx(NewIdx),
746 return &LIS.getRegUnit(Unit);
747 return LIS.getCachedRegUnit(Unit);
769 LiveInterval &LI = LIS.getInterval(Reg);
843 if (MachineInstr *KillMI = LIS.getInstructionFromIndex(I->end))
977 std::lower_bound(LIS.RegMaskSlots.begin(), LIS.RegMaskSlots.end(),
979 assert(RI != LIS.RegMaskSlots.end() && *RI == OldIdx.getRegSlot() &&
982 assert((RI == LIS.RegMaskSlots.begin() ||
985 assert((std::next(RI) == LIS.RegMaskSlots.end() ||
1000 SlotIndex InstSlot = LIS.getSlotIndexes()->getInstructionIndex(MI);
1010 SlotIndexes *Indexes = LIS.getSlotIndexes();