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

References

lib/CodeGen/MachineScheduler.cpp
 3196   tryCandidate(Cand, TopCand, nullptr);
 3198     Cand.setBest(TopCand);
 3199     LLVM_DEBUG(traceCandidate(Cand));
 3202   IsTopNode = Cand.AtTop;
 3203   tracePick(Cand);
 3204   return Cand.SU;