Searched refs:CurrentCost (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp783 int CurrentCost = SchedulingCost(Q, *I, Candidate, RPDelta, false); local
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));
[all...]

Completed in 172 milliseconds