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

References

lib/Target/AMDGPU/GCNSchedStrategy.cpp
  235     Cand = BotCand;
  238     GenericScheduler::tryCandidate(Cand, TopCand, nullptr);
  240       Cand.setBest(TopCand);
  246       Cand = TopCand;
  248       Cand = BotCand;
  250       Cand = TopCand;
  252       Cand = BotCand;
  255         Cand = TopCand;
  257         Cand = BotCand;
  261   LLVM_DEBUG(dbgs() << "Picking: "; traceCandidate(Cand););
  263   IsTopNode = Cand.AtTop;
  264   return Cand.SU;