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

Overridden By

lib/Target/PowerPC/PPCMachineScheduler.cpp
   45 void PPCPreRASchedStrategy::tryCandidate(SchedCandidate &Cand,

Declarations

include/llvm/CodeGen/MachineScheduler.h
  992   virtual void tryCandidate(SchedCandidate &Cand, SchedCandidate &TryCand,

References

lib/CodeGen/MachineScheduler.cpp
 3117     tryCandidate(Cand, TryCand, ZoneArg);
 3196   tryCandidate(Cand, TopCand, nullptr);
lib/Target/AMDGPU/GCNSchedStrategy.cpp
  157     GenericScheduler::tryCandidate(Cand, TryCand, ZoneArg);
  238     GenericScheduler::tryCandidate(Cand, TopCand, nullptr);
lib/Target/PowerPC/PPCMachineScheduler.cpp
   48   GenericScheduler::tryCandidate(Cand, TryCand, Zone);