Lines Matching defs:Stop
219 SlotIndex Start, Stop;
220 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB);
225 if (UseI == UseE || *UseI >= Stop) {
230 assert(LVI->end >= Stop && "range ends mid block with no uses");
236 while (UseI != UseE && *UseI < Stop);
238 assert(BI.LastInstr < Stop);
252 while (LVI->end < Stop) {
254 if (++LVI == LVE || LVI->start >= Stop) {
284 // LVI is now at LVE or LVI->end >= Stop.
289 // Live segment ends exactly at Stop. Move to the next segment.
290 if (LVI->end == Stop && ++LVI == LVE)
294 if (LVI->start < Stop)
321 SlotIndex Stop = LIS.getMBBEndIdx(&*MFI);
324 LVI = li->advanceTo(LVI, Stop);
329 Stop = LIS.getMBBEndIdx(&*MFI);
330 } while (Stop <= LVI->start);
1637 SlotIndex Start, Stop;
1638 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(MBBNum);
1640 LLVM_DEBUG(dbgs() << "%bb." << MBBNum << " [" << Start << ';' << Stop
1646 assert((!LeaveBefore || LeaveBefore < Stop) && "Interference after block");
1687 useIntv(Start, Stop);
1707 useIntv(Idx, Stop);
1728 useIntv(Idx, Stop);
1739 SlotIndex Start, Stop;
1740 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB);
1743 << Stop << "), uses " << BI.FirstInstr << '-'
1832 SlotIndex Start, Stop;
1833 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB);
1836 << Stop << "), uses " << BI.FirstInstr << '-'
1855 useIntv(BI.FirstInstr, Stop);
1868 useIntv(Idx, Stop);
1884 useIntv(Idx, Stop);