reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/LiveIntervals.cpp
  966       return &LIS.getRegUnit(Unit);
  967     return LIS.getCachedRegUnit(Unit);
  993         LiveInterval &LI = LIS.getInterval(Reg);
 1063       if (MachineInstr *KillMI = LIS.getInstructionFromIndex(OldIdxIn->end))
 1364         if (MachineInstr *KillMI = LIS.getInstructionFromIndex(NewIdx))
 1387         llvm::lower_bound(LIS.RegMaskSlots, OldIdx);
 1388     assert(RI != LIS.RegMaskSlots.end() && *RI == OldIdx.getRegSlot() &&
 1391     assert((RI == LIS.RegMaskSlots.begin() ||
 1394     assert((std::next(RI) == LIS.RegMaskSlots.end() ||
 1413         SlotIndex InstSlot = LIS.getSlotIndexes()->getInstructionIndex(MI);
 1423     SlotIndexes *Indexes = LIS.getSlotIndexes();