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

Declarations

include/llvm/CodeGen/MachineScheduler.h
  896   void traceCandidate(const SchedCandidate &Cand);

References

lib/CodeGen/MachineScheduler.cpp
 3123       LLVM_DEBUG(traceCandidate(Cand));
 3159     LLVM_DEBUG(traceCandidate(BotCand));
 3179     LLVM_DEBUG(traceCandidate(TopCand));
 3199     LLVM_DEBUG(traceCandidate(Cand));
 3409       LLVM_DEBUG(traceCandidate(Cand));
lib/Target/AMDGPU/GCNSchedStrategy.cpp
  163       LLVM_DEBUG(traceCandidate(Cand));
  198     LLVM_DEBUG(traceCandidate(BotCand));
  218     LLVM_DEBUG(traceCandidate(TopCand));
  231   LLVM_DEBUG(dbgs() << "Top Cand: "; traceCandidate(TopCand);
  232              dbgs() << "Bot Cand: "; traceCandidate(BotCand););
  261   LLVM_DEBUG(dbgs() << "Picking: "; traceCandidate(Cand););