Lines Matching refs:Stop

219     SlotIndex Start, Stop;  in calcLiveBlockInfo()  local
220 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB); in calcLiveBlockInfo()
225 if (UseI == UseE || *UseI >= Stop) { in calcLiveBlockInfo()
230 assert(LVI->end >= Stop && "range ends mid block with no uses"); in calcLiveBlockInfo()
236 while (UseI != UseE && *UseI < Stop); in calcLiveBlockInfo()
238 assert(BI.LastInstr < Stop); in calcLiveBlockInfo()
252 while (LVI->end < Stop) { in calcLiveBlockInfo()
254 if (++LVI == LVE || LVI->start >= Stop) { in calcLiveBlockInfo()
290 if (LVI->end == Stop && ++LVI == LVE) in calcLiveBlockInfo()
294 if (LVI->start < Stop) in calcLiveBlockInfo()
321 SlotIndex Stop = LIS.getMBBEndIdx(&*MFI); in countLiveBlocks() local
324 LVI = li->advanceTo(LVI, Stop); in countLiveBlocks()
329 Stop = LIS.getMBBEndIdx(&*MFI); in countLiveBlocks()
330 } while (Stop <= LVI->start); in countLiveBlocks()
1637 SlotIndex Start, Stop; in splitLiveThroughBlock() local
1638 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(MBBNum); in splitLiveThroughBlock()
1640 LLVM_DEBUG(dbgs() << "%bb." << MBBNum << " [" << Start << ';' << Stop in splitLiveThroughBlock()
1646 assert((!LeaveBefore || LeaveBefore < Stop) && "Interference after block"); in splitLiveThroughBlock()
1687 useIntv(Start, Stop); in splitLiveThroughBlock()
1707 useIntv(Idx, Stop); in splitLiveThroughBlock()
1728 useIntv(Idx, Stop); in splitLiveThroughBlock()
1739 SlotIndex Start, Stop; in splitRegInBlock() local
1740 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB); in splitRegInBlock()
1743 << Stop << "), uses " << BI.FirstInstr << '-' in splitRegInBlock()
1832 SlotIndex Start, Stop; in splitRegOutBlock() local
1833 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB); in splitRegOutBlock()
1836 << Stop << "), uses " << BI.FirstInstr << '-' in splitRegOutBlock()
1855 useIntv(BI.FirstInstr, Stop); in splitRegOutBlock()
1868 useIntv(Idx, Stop); in splitRegOutBlock()
1884 useIntv(Idx, Stop); in splitRegOutBlock()