Searched defs:getMBBEndIdx (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h210 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const { function in class:llvm::LiveIntervals
211 return indexes_->getMBBEndIdx(mbb);
226 return li.liveAt(getMBBEndIdx(mbb).getPrevSlot());
231 return li.getLiveRangeContaining(getMBBEndIdx(mbb).getPrevSlot());
H A DSlotIndexes.h544 return getMBBEndIdx(MBB);
574 SlotIndex getMBBEndIdx(unsigned Num) const { function in class:llvm::SlotIndexes
579 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const { function in class:llvm::SlotIndexes
595 index < getMBBEndIdx(J->second) &&

Completed in 63 milliseconds