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

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DSlotIndexes.h437 getMBBRange(unsigned Num) const { function in class:llvm::SlotIndexes
443 getMBBRange(const MachineBasicBlock *MBB) const { function in class:llvm::SlotIndexes
444 return getMBBRange(MBB->getNumber());
449 return getMBBRange(Num).first;
454 return getMBBRange(mbb).first;
459 return getMBBRange(Num).second;
464 return getMBBRange(mbb).second;
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DLiveRangeCalc.cpp118 tie(Start, End) = Indexes->getMBBRange(MBB);
219 tie(Start, End) = Indexes->getMBBRange(Pred);
324 tie(Start, End) = Indexes->getMBBRange(MBB);
H A DMachineLoopRanges.cpp64 const std::pair<SlotIndex, SlotIndex> &Range = Indexes.getMBBRange(*I);
H A DInterferenceCache.cpp108 tie(Start, Stop) = Indexes->getMBBRange(MBBNum);
185 tie(Start, Stop) = Indexes->getMBBRange(MBBNum);
H A DSplitKit.cpp191 tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB);
888 tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(MBB);
1181 tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(MBBNum);
1284 tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB);
1376 tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB);
H A DLiveIntervalAnalysis.cpp749 tie(MBBStart, MBBEnd) = Indexes->getMBBRange(KillMBB);
776 tie(MBBStart, MBBEnd) = Indexes->getMBBRange(MBB);

Completed in 134 milliseconds