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

/external/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h495 getMBBRange(unsigned Num) const { function in class:llvm::SlotIndexes
501 getMBBRange(const MachineBasicBlock *MBB) const { function in class:llvm::SlotIndexes
502 return getMBBRange(MBB->getNumber());
507 return getMBBRange(Num).first;
512 return getMBBRange(mbb).first;
517 return getMBBRange(Num).second;
522 return getMBBRange(mbb).second;

Completed in 19 milliseconds