Lines Matching refs:NextMI
347 NextMI = &MI; in reset()
348 NextMI = skipDebugInstructionsForward(NextMI, MBBEnd); in reset()
349 if (NextMI == MBBEnd) in reset()
351 GCNRPTracker::reset(*NextMI, LiveRegsCopy, false); in reset()
358 NextMI = skipDebugInstructionsForward(NextMI, MBBEnd); in advanceBeforeNext()
359 if (NextMI == MBBEnd) in advanceBeforeNext()
362 SlotIndex SI = LIS.getInstructionIndex(*NextMI).getBaseIndex(); in advanceBeforeNext()
391 LastTrackedMI = &*NextMI++; in advanceToNext()
392 NextMI = skipDebugInstructionsForward(NextMI, MBBEnd); in advanceToNext()
412 if ((NextMI == MBBEnd) || (LastTrackedMI && !advanceBeforeNext())) in advance()
419 while (NextMI != End) in advance()