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

/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h193 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const { function in class:llvm::LiveIntervals
194 return Indexes->getMBBStartIdx(mbb);
204 return li.liveAt(getMBBStartIdx(mbb));
H A DSlotIndexes.h410 return getMBBStartIdx(MBB);
448 SlotIndex getMBBStartIdx(unsigned Num) const { function in class:llvm::SlotIndexes
453 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const { function in class:llvm::SlotIndexes
611 nextEntry = getMBBStartIdx(nextMBB).listEntry();

Completed in 148 milliseconds