Home
last modified time | relevance | path

Searched refs:getMBBRange (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h449 getMBBRange(unsigned Num) const { in getMBBRange() function
455 getMBBRange(const MachineBasicBlock *MBB) const { in getMBBRange() function
456 return getMBBRange(MBB->getNumber()); in getMBBRange()
461 return getMBBRange(Num).first; in getMBBStartIdx()
466 return getMBBRange(mbb).first; in getMBBStartIdx()
471 return getMBBRange(Num).second; in getMBBEndIdx()
476 return getMBBRange(mbb).second; in getMBBEndIdx()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp70 std::tie(Start, End) = Indexes->getMBBRange(MBB); in updateFromLiveIns()
154 std::tie(Begin, End) = Indexes->getMBBRange(&B); in isDefOnEntry()
248 std::tie(Start, End) = Indexes->getMBBRange(Pred); in findReachingDefs()
289 std::tie(Start, End) = Indexes->getMBBRange(BN); in findReachingDefs()
402 std::tie(Start, End) = Indexes->getMBBRange(MBB); in updateSSA()
H A DInterferenceCache.cpp134 std::tie(Start, Stop) = Indexes->getMBBRange(MBBNum); in update()
210 std::tie(Start, Stop) = Indexes->getMBBRange(MBBNum); in update()
H A DSplitKit.cpp220 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB); in calcLiveBlockInfo()
1190 std::tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(&*MBB); in transferValues()
1638 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(MBBNum); in splitLiveThroughBlock()
1740 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB); in splitRegInBlock()
1833 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB); in splitRegOutBlock()
H A DLiveIntervals.cpp683 std::tie(MBBStart, MBBEnd) = Indexes->getMBBRange(MBB); in pruneValue()