reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
359 NextMI = &MI; 360 NextMI = skipDebugInstructionsForward(NextMI, MBBEnd); 360 NextMI = skipDebugInstructionsForward(NextMI, MBBEnd); 361 if (NextMI == MBBEnd) 363 GCNRPTracker::reset(*NextMI, LiveRegsCopy, false); 370 NextMI = skipDebugInstructionsForward(NextMI, MBBEnd); 370 NextMI = skipDebugInstructionsForward(NextMI, MBBEnd); 371 if (NextMI == MBBEnd) 374 SlotIndex SI = LIS.getInstructionIndex(*NextMI).getBaseIndex(); 403 LastTrackedMI = &*NextMI++; 423 if ((NextMI == MBBEnd) || (LastTrackedMI && !advanceBeforeNext())) 430 while (NextMI != End)lib/Target/AMDGPU/GCNRegPressure.h
161 const MachineBasicBlock::const_iterator getNext() const { return NextMI; }