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

References

lib/CodeGen/RenameIndependentSubregs.cpp
  142     LiveInterval &NewLI = LIS->createEmptyInterval(NewVReg);
  161     SubRangeInfos.push_back(SubRangeInfo(*LIS, SR, NumComponents));
  188       SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent());
  222     SlotIndex Pos = LIS->getInstructionIndex(*MI);
  270   BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator();
  302   BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator();
  303   const SlotIndexes &Indexes = *LIS->getSlotIndexes();
  334           SlotIndex DefIdx = LIS->InsertMachineInstrInMaps(*ImpDef);
  354         SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent());
  359         SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent()).getDeadSlot();
  367     LIS->constructMainRangeFromSubranges(LI);
  372     LIS->shrinkToUses(&LI);
  385   LIS = &getAnalysis<LiveIntervals>();
  394     if (!LIS->hasInterval(Reg))
  396     LiveInterval &LI = LIS->getInterval(Reg);