Searched refs:getMBBRange (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SlotIndexes.h | 449 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 D | LiveRangeCalc.cpp | 70 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 D | InterferenceCache.cpp | 134 std::tie(Start, Stop) = Indexes->getMBBRange(MBBNum); in update() 210 std::tie(Start, Stop) = Indexes->getMBBRange(MBBNum); in update()
|
H A D | SplitKit.cpp | 220 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 D | LiveIntervals.cpp | 683 std::tie(MBBStart, MBBEnd) = Indexes->getMBBRange(MBB); in pruneValue()
|