Searched refs:CurCost (Results 1 – 2 of 2) sorted by relevance
298 MappingCost CurCost = in findBestMapping() local300 if (CurCost < Cost) { in findBestMapping()301 LLVM_DEBUG(dbgs() << "New best: " << CurCost << '\n'); in findBestMapping()302 Cost = CurCost; in findBestMapping()
2083 const Cost &CurCost,5070 const Cost &CurCost, in SolveRecurse() argument5122 NewCost = CurCost; in SolveRecurse()5153 Cost CurCost(L, SE, TTI, AMK); in Solve() local5159 SolveRecurse(Solution, SolutionCost, Workspace, CurCost, in Solve()