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

References

lib/Target/AMDGPU/SIMachineScheduler.cpp
  203 void SIScheduleBlock::traceCandidate(const SISchedCandidate &Cand) {
  210 void SIScheduleBlock::tryCandidateTopDown(SISchedCandidate &Cand,
  211                                           SISchedCandidate &TryCand) {
  263   SISchedCandidate TopCand;
  266     SISchedCandidate TryCand;
lib/Target/AMDGPU/SIMachineScheduler.h
  184     void setBest(SISchedCandidate &Best) {
  205   void tryCandidateTopDown(SISchedCandidate &Cand, SISchedCandidate &TryCand);
  205   void tryCandidateTopDown(SISchedCandidate &Cand, SISchedCandidate &TryCand);
  206   void tryCandidateBottomUp(SISchedCandidate &Cand, SISchedCandidate &TryCand);
  206   void tryCandidateBottomUp(SISchedCandidate &Cand, SISchedCandidate &TryCand);
  208   void traceCandidate(const SISchedCandidate &Cand);