Lines Matching refs:Stop
220 SlotIndex Start, Stop; in calcLiveBlockInfo() local
221 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB); in calcLiveBlockInfo()
226 if (UseI == UseE || *UseI >= Stop) { in calcLiveBlockInfo()
231 assert(LVI->end >= Stop && "range ends mid block with no uses"); in calcLiveBlockInfo()
237 while (UseI != UseE && *UseI < Stop); in calcLiveBlockInfo()
239 assert(BI.LastInstr < Stop); in calcLiveBlockInfo()
253 while (LVI->end < Stop) { in calcLiveBlockInfo()
255 if (++LVI == LVE || LVI->start >= Stop) { in calcLiveBlockInfo()
291 if (LVI->end == Stop && ++LVI == LVE) in calcLiveBlockInfo()
295 if (LVI->start < Stop) in calcLiveBlockInfo()
322 SlotIndex Stop = LIS.getMBBEndIdx(&*MFI); in countLiveBlocks() local
325 LVI = li->advanceTo(LVI, Stop); in countLiveBlocks()
330 Stop = LIS.getMBBEndIdx(&*MFI); in countLiveBlocks()
331 } while (Stop <= LVI->start); in countLiveBlocks()
1638 SlotIndex Start, Stop; in splitLiveThroughBlock() local
1639 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(MBBNum); in splitLiveThroughBlock()
1641 LLVM_DEBUG(dbgs() << "%bb." << MBBNum << " [" << Start << ';' << Stop in splitLiveThroughBlock()
1647 assert((!LeaveBefore || LeaveBefore < Stop) && "Interference after block"); in splitLiveThroughBlock()
1688 useIntv(Start, Stop); in splitLiveThroughBlock()
1708 useIntv(Idx, Stop); in splitLiveThroughBlock()
1729 useIntv(Idx, Stop); in splitLiveThroughBlock()
1740 SlotIndex Start, Stop; in splitRegInBlock() local
1741 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB); in splitRegInBlock()
1744 << Stop << "), uses " << BI.FirstInstr << '-' in splitRegInBlock()
1833 SlotIndex Start, Stop; in splitRegOutBlock() local
1834 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB); in splitRegOutBlock()
1837 << Stop << "), uses " << BI.FirstInstr << '-' in splitRegOutBlock()
1856 useIntv(BI.FirstInstr, Stop); in splitRegOutBlock()
1869 useIntv(Idx, Stop); in splitRegOutBlock()
1885 useIntv(Idx, Stop); in splitRegOutBlock()