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

/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h214 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const { function in class:llvm::LiveIntervals
215 return Indexes->getMBBStartIdx(mbb);
225 return LR.liveAt(getMBBStartIdx(mbb));
H A DSlotIndexes.h448 return getMBBStartIdx(MBB);
486 SlotIndex getMBBStartIdx(unsigned Num) const { function in class:llvm::SlotIndexes
491 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const { function in class:llvm::SlotIndexes
652 endEntry = getMBBStartIdx(nextMBB).listEntry();

Completed in 67 milliseconds