Searched refs:CurrCost (Results 1 – 1 of 1) sorted by relevance
296 int CurrCost = 0; member in __anon5d856e630111::PipelineSolver407 CurrCost = 0; in reset()567 if (BestCost == -1 || CurrCost < BestCost) { in checkOptimal()569 BestCost = CurrCost; in checkOptimal()648 if (BestCost != -1 && (CurrCost + I->second > BestCost)) in solveExact()673 CurrCost += AddedCost; in solveExact()679 if (CurrCost < BestCost || BestCost == -1) { in solveExact()688 CurrCost -= AddedCost; in solveExact()699 CurrCost += MissPenalty; in solveExact()705 if (CurrCost < BestCost || BestCost == -1) { in solveExact()[all …]