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

Declarations

lib/Target/Hexagon/HexagonMachineScheduler.h
  265   void traceCandidate(const char *Label, const ReadyQueue &Q, SUnit *SU,

References

lib/Target/Hexagon/HexagonMachineScheduler.cpp
  787       LLVM_DEBUG(traceCandidate("DCAND", Q, *I, CurrentCost));
  800         LLVM_DEBUG(traceCandidate("NCAND", Q, *I, CurrentCost));
  811       LLVM_DEBUG(traceCandidate("CCAND", Q, *I, CurrentCost));
  824         LLVM_DEBUG(traceCandidate("WCAND", Q, *I, CurrentCost));
  843         LLVM_DEBUG(traceCandidate("SPCAND", Q, *I, CurrentCost));
  861         LLVM_DEBUG(traceCandidate("TCAND", Q, *I, CurrentCost));