Lines Matching refs:Stop
217 SlotIndex Start, Stop; in calcLiveBlockInfo() local
218 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB); in calcLiveBlockInfo()
223 if (UseI == UseE || *UseI >= Stop) { in calcLiveBlockInfo()
228 assert(LVI->end >= Stop && "range ends mid block with no uses"); in calcLiveBlockInfo()
234 while (UseI != UseE && *UseI < Stop); in calcLiveBlockInfo()
236 assert(BI.LastInstr < Stop); in calcLiveBlockInfo()
250 while (LVI->end < Stop) { in calcLiveBlockInfo()
252 if (++LVI == LVE || LVI->start >= Stop) { in calcLiveBlockInfo()
288 if (LVI->end == Stop && ++LVI == LVE) in calcLiveBlockInfo()
292 if (LVI->start < Stop) in calcLiveBlockInfo()
312 SlotIndex Stop = LIS.getMBBEndIdx(&*MFI); in countLiveBlocks() local
315 LVI = li->advanceTo(LVI, Stop); in countLiveBlocks()
320 Stop = LIS.getMBBEndIdx(&*MFI); in countLiveBlocks()
321 } while (Stop <= LVI->start); in countLiveBlocks()
1623 SlotIndex Start, Stop; in splitLiveThroughBlock() local
1624 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(MBBNum); in splitLiveThroughBlock()
1626 LLVM_DEBUG(dbgs() << "%bb." << MBBNum << " [" << Start << ';' << Stop in splitLiveThroughBlock()
1632 assert((!LeaveBefore || LeaveBefore < Stop) && "Interference after block"); in splitLiveThroughBlock()
1673 useIntv(Start, Stop); in splitLiveThroughBlock()
1693 useIntv(Idx, Stop); in splitLiveThroughBlock()
1714 useIntv(Idx, Stop); in splitLiveThroughBlock()
1725 SlotIndex Start, Stop; in splitRegInBlock() local
1726 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB); in splitRegInBlock()
1729 << Stop << "), uses " << BI.FirstInstr << '-' in splitRegInBlock()
1818 SlotIndex Start, Stop; in splitRegOutBlock() local
1819 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB); in splitRegOutBlock()
1822 << Stop << "), uses " << BI.FirstInstr << '-' in splitRegOutBlock()
1841 useIntv(BI.FirstInstr, Stop); in splitRegOutBlock()
1854 useIntv(Idx, Stop); in splitRegOutBlock()
1870 useIntv(Idx, Stop); in splitRegOutBlock()