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

References

include/llvm/CodeGen/LiveInterval.h
  421       const_iterator I = FindSegmentContaining(Idx.getPrevSlot());
include/llvm/CodeGen/LiveIntervals.h
  252       return LR.liveAt(getMBBEndIdx(mbb).getPrevSlot());
lib/CodeGen/InlineSpiller.cpp
 1181     Idx = LIS.getMBBEndIdx(&BB).getPrevSlot();
lib/CodeGen/LiveInterval.cpp
  124       impl().findInsertPos(Segment(Use.getPrevSlot(), Use, nullptr));
  139     SlotIndex BeforeUse = Use.getPrevSlot();
lib/CodeGen/LiveIntervals.cpp
  389     const MachineBasicBlock *MBB = Indexes->getMBBFromIndex(Idx.getPrevSlot());
 1589     endIdx = getMBBEndIdx(MBB).getPrevSlot();
lib/CodeGen/LiveRangeCalc.cpp
  247   MachineBasicBlock *UseMBB = Indexes->getMBBFromIndex(Use.getPrevSlot());
  314                                               End.getPrevSlot());
lib/CodeGen/MachineBasicBlock.cpp
 1021     SlotIndex PrevIndex = StartIndex.getPrevSlot();
lib/CodeGen/MachineVerifier.cpp
 2492     LiveInts->getMBBFromIndex(S.end.getPrevSlot());
 2511     LiveInts->getInstructionFromIndex(S.end.getPrevSlot());
lib/CodeGen/RegisterCoalescer.cpp
  607     IntB.FindSegmentContaining(AValNo->def.getPrevSlot());
  614     LIS->getInstructionFromIndex(ValS->end.getPrevSlot());
  651     VNInfo *SubValSNo = S.getVNInfoAt(AValNo->def.getPrevSlot());
lib/CodeGen/RenameIndependentSubregs.cpp
  326           if (subRangeLiveAt(LI, PredEnd.getPrevSlot()))
lib/CodeGen/SplitKit.cpp
  730   SlotIndex Last = End.getPrevSlot();
  871     AssignI.find(Def.getPrevSlot());
 1091     SlotIndex Last = LIS.getMBBEndIdx(Dom.first).getPrevSlot();
 1246     SlotIndex LastUse = End.getPrevSlot();
 1351       Idx = Idx.getPrevSlot();
lib/CodeGen/TwoAddressInstructionPass.cpp
  256     SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot();
  876     SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot();
 1066     SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot();
lib/Target/Hexagon/HexagonExpandCondsets.cpp
  487     if (!Seg.start.isRegister() || !Range.liveAt(Seg.start.getPrevSlot()))