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

/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h216 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const { function in class:llvm::LiveIntervals
217 return indexes_->getMBBStartIdx(mbb);
227 return li.liveAt(getMBBStartIdx(mbb));
H A DSlotIndexes.h468 return getMBBStartIdx(MBB);
506 SlotIndex getMBBStartIdx(unsigned Num) const { function in class:llvm::SlotIndexes
511 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const { function in class:llvm::SlotIndexes
669 nextEntry = getMBBStartIdx(nextMBB).listEntry();

Completed in 163 milliseconds