Lines Matching defs:Stop
431 /// Stop when meeting an existing def or when leaving the live
968 SlotIndex Stop = LIS.getMBBEndIdx(MBB);
978 if (Segment->end < Stop) {
979 Stop = Segment->end;
980 Kills = {Stop, {LII.first}};
981 } else if (Segment->end == Stop && Kills) {
990 // Stop when meeting a different location or an already extended interval.
1002 if (I.valid() && I.start() < Stop) {
1003 Stop = I.start();
1008 if (Start < Stop) {
1010 I.insert(Start, Stop, std::move(ExtDbgValue));
1211 // Stop overlaps previous end - trim the end of the interval to
1752 SlotIndex Stop = I.stop();
1771 LLVM_DEBUG(auto &dbg = dbgs(); dbg << "\t[" << Start << ';' << Stop << "):";
1777 insertDebugValue(&*MBB, Start, Stop, DbgValue, SpilledLocs, LocSpillOffsets,
1781 while (Stop > MBBEnd) {
1788 insertDebugValue(&*MBB, Start, Stop, DbgValue, SpilledLocs,