Lines Matching defs:Stop
218 SlotIndex Start, Stop;
219 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB);
224 if (UseI == UseE || *UseI >= Stop) {
229 assert(LVI->end >= Stop && "range ends mid block with no uses");
235 while (UseI != UseE && *UseI < Stop);
237 assert(BI.LastInstr < Stop);
251 while (LVI->end < Stop) {
253 if (++LVI == LVE || LVI->start >= Stop) {
283 // LVI is now at LVE or LVI->end >= Stop.
288 // Live segment ends exactly at Stop. Move to the next segment.
289 if (LVI->end == Stop && ++LVI == LVE)
293 if (LVI->start < Stop)
320 SlotIndex Stop = LIS.getMBBEndIdx(&*MFI);
323 LVI = li->advanceTo(LVI, Stop);
328 Stop = LIS.getMBBEndIdx(&*MFI);
329 } while (Stop <= LVI->start);
1636 SlotIndex Start, Stop;
1637 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(MBBNum);
1639 LLVM_DEBUG(dbgs() << "%bb." << MBBNum << " [" << Start << ';' << Stop
1645 assert((!LeaveBefore || LeaveBefore < Stop) && "Interference after block");
1686 useIntv(Start, Stop);
1706 useIntv(Idx, Stop);
1727 useIntv(Idx, Stop);
1738 SlotIndex Start, Stop;
1739 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB);
1742 << Stop << "), uses " << BI.FirstInstr << '-'
1831 SlotIndex Start, Stop;
1832 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB);
1835 << Stop << "), uses " << BI.FirstInstr << '-'
1854 useIntv(BI.FirstInstr, Stop);
1867 useIntv(Idx, Stop);
1883 useIntv(Idx, Stop);