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

References

lib/Target/AMDGPU/GCNIterativeScheduler.cpp
  459     if (R->MaxPressure.getOccupancy(ST) >= NewOcc)
  462     LLVM_DEBUG(printRegion(dbgs(), R->Begin, R->End, LIS, 3);
  462     LLVM_DEBUG(printRegion(dbgs(), R->Begin, R->End, LIS, 3);
  463                printLivenessInfo(dbgs(), R->Begin, R->End, LIS));
  463                printLivenessInfo(dbgs(), R->Begin, R->End, LIS));
  465     BuildDAG DAG(*R, *this);
  467     const auto MaxRP = getSchedulePressure(*R, MinSchedule);
  469                printSchedRP(dbgs(), R->MaxPressure, MaxRP));
  475     setBestSchedule(*R, MinSchedule, MaxRP);