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

References

lib/Target/Hexagon/HexagonMachineScheduler.cpp
  787       LLVM_DEBUG(traceCandidate("DCAND", Q, *I, CurrentCost));
  790       Candidate.SCost = CurrentCost;
  797     if (CurrentCost < 0 && Candidate.SCost < 0) {
  800         LLVM_DEBUG(traceCandidate("NCAND", Q, *I, CurrentCost));
  803         Candidate.SCost = CurrentCost;
  810     if (CurrentCost > Candidate.SCost) {
  811       LLVM_DEBUG(traceCandidate("CCAND", Q, *I, CurrentCost));
  814       Candidate.SCost = CurrentCost;
  824         LLVM_DEBUG(traceCandidate("WCAND", Q, *I, CurrentCost));
  827         Candidate.SCost = CurrentCost;
  833     if (CurrentCost == Candidate.SCost && Zone.isLatencyBound(*I)) {
  843         LLVM_DEBUG(traceCandidate("SPCAND", Q, *I, CurrentCost));
  846         Candidate.SCost = CurrentCost;
  858     if (UseNewerCandidate && CurrentCost == Candidate.SCost) {
  861         LLVM_DEBUG(traceCandidate("TCAND", Q, *I, CurrentCost));
  864         Candidate.SCost = CurrentCost;