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

References

include/llvm/CodeGen/LiveIntervals.h
  247       return LR.liveAt(getMBBStartIdx(mbb));
lib/CodeGen/LiveDebugVariables.cpp
  698               ? LIS->getMBBStartIdx(MBB)
 1240   SlotIndex Start = LIS.getMBBStartIdx(MBB);
lib/CodeGen/LiveIntervals.cpp
 1464   assert(getMBBStartIdx(MI.getParent()) <= OldIndex &&
lib/CodeGen/MachineBasicBlock.cpp
 1056       bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ));
lib/CodeGen/MachineVerifier.cpp
 2395     if (VNI->def != LiveInts->getMBBStartIdx(MBB)) {
 2484   SlotIndex MBBStartIdx = LiveInts->getMBBStartIdx(MBB);
 2631       VNI->def == LiveInts->getMBBStartIdx(&*MFI);
 2650                << LiveInts->getMBBStartIdx(&*MFI) << ", not live before "
 2662                << LiveInts->getMBBStartIdx(&*MFI) << '\n';
lib/CodeGen/PHIElimination.cpp
  330     SlotIndex MBBStartIndex = LIS->getMBBStartIdx(&MBB);
  491           SlotIndex startIdx = LIS->getMBBStartIdx(*SI);
  663       if (LI.liveAt(LIS->getMBBStartIdx(SI)))
lib/CodeGen/RegisterCoalescer.cpp
 1051   if (IntB.overlaps(LIS->getMBBStartIdx(&MBB), CopyIdx))
lib/CodeGen/SplitKit.cpp
  748   useIntv(LIS.getMBBStartIdx(&MBB), LIS.getMBBEndIdx(&MBB));
  810   SlotIndex Start = LIS.getMBBStartIdx(&MBB);
lib/CodeGen/SplitKit.h
   82     SlotIndex Res = LIS.getMBBStartIdx(&MBB);
lib/Target/Hexagon/HexagonExpandCondsets.cpp
  430     auto P = Range.extendInBlock(Undefs, LIS->getMBBStartIdx(BB), SI);
lib/Target/PowerPC/PPCVSXFMAMutate.cpp
  323             AddendSrcRange.extendInBlock(LIS->getMBBStartIdx(&MBB),