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

References

include/llvm/CodeGen/SlotIndexes.h
  475       return getMBBRange(mbb).first;
  485       return getMBBRange(mbb).second;
lib/CodeGen/LiveIntervals.cpp
  655       std::tie(MBBStart, MBBEnd) = Indexes->getMBBRange(MBB);
lib/CodeGen/LiveRangeCalc.cpp
  224     std::tie(Start, End) = Indexes->getMBBRange(MBB);
  308     std::tie(Begin, End) = Indexes->getMBBRange(&B);
  398        std::tie(Start, End) = Indexes->getMBBRange(Pred);
  552         std::tie(Start, End) = Indexes->getMBBRange(MBB);
lib/CodeGen/SplitKit.cpp
  231     std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB);
 1176       std::tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(&*MBB);
 1706   std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB);
 1799   std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB);