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

/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h233 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const { function in class:llvm::LiveIntervals
234 return Indexes->getMBBFromIndex(index);
H A DSlotIndexes.h506 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const { function in class:llvm::SlotIndexes

Completed in 1156 milliseconds