HomeSort by relevance Sort by last modified time
    Searched refs:getMBBRange (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 41 tie(Start, End) = Indexes->getMBBRange(MBB);
132 tie(Start, End) = Indexes->getMBBRange(Pred);
239 tie(Start, End) = Indexes->getMBBRange(MBB);
MachineLoopRanges.cpp 64 const std::pair<SlotIndex, SlotIndex> &Range = Indexes.getMBBRange(*I);
InterferenceCache.cpp 111 tie(Start, Stop) = Indexes->getMBBRange(MBBNum);
167 tie(Start, Stop) = Indexes->getMBBRange(MBBNum);
RegAllocBase.cpp 261 tie(Start, Stop) = Indexes->getMBBRange(MBB);
274 tie(Start, Stop) = Indexes->getMBBRange(MBB);
SplitKit.cpp 191 tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB);
880 tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(MBB);
    [all...]
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 495 getMBBRange(unsigned Num) const {
501 getMBBRange(const MachineBasicBlock *MBB) const {
502 return getMBBRange(MBB->getNumber());
507 return getMBBRange(Num).first;
512 return getMBBRange(mbb).first;
517 return getMBBRange(Num).second;
522 return getMBBRange(mbb).second;

Completed in 89 milliseconds