reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/GCNRegPressure.cpp
  314   LastTrackedMI = &MI;
  357   LastTrackedMI = nullptr;
  403   LastTrackedMI = &*NextMI++;
  406   for (const auto &MO : LastTrackedMI->defs()) {
  423   if ((NextMI == MBBEnd) || (LastTrackedMI && !advanceBeforeNext()))
  474   const auto &SI = LIS.getInstructionIndex(*LastTrackedMI).getBaseIndex();
lib/Target/AMDGPU/GCNRegPressure.h
  117   const MachineInstr *getLastTrackedMI() const { return LastTrackedMI; }