Home
last modified time | relevance | path

Searched refs:CurrCost (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp278 int CurrCost = 0; member in __anon5d856e630111::PipelineSolver
389 CurrCost = 0; in reset()
548 if (BestCost == -1 || CurrCost < BestCost) { in checkOptimal()
550 BestCost = CurrCost; in checkOptimal()
625 if (BestCost != -1 && (CurrCost + I->second > BestCost)) in solveExact()
650 CurrCost += AddedCost; in solveExact()
656 if (CurrCost < BestCost || BestCost == -1) { in solveExact()
665 CurrCost -= AddedCost; in solveExact()
676 CurrCost += MissPenalty; in solveExact()
682 if (CurrCost < BestCost || BestCost == -1) { in solveExact()
[all …]