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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp790 Candidate.SCost = CurrentCost;
797 if (CurrentCost < 0 && Candidate.SCost < 0) {
803 Candidate.SCost = CurrentCost;
810 if (CurrentCost > Candidate.SCost) {
814 Candidate.SCost = CurrentCost;
827 Candidate.SCost = CurrentCost;
833 if (CurrentCost == Candidate.SCost && Zone.isLatencyBound(*I)) {
846 Candidate.SCost = CurrentCost;
858 if (UseNewerCandidate && CurrentCost == Candidate.SCost) {
864 Candidate.SCost
[all...]
H A DHexagonMachineScheduler.h121 int SCost = 0; member in struct:llvm::ConvergingVLIWScheduler::SchedCandidate

Completed in 162 milliseconds