Searched refs:SolutionCost (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 2081 Cost &SolutionCost, 5068 Cost &SolutionCost, in SolveRecurse() argument 5125 if (NewCost.isLess(SolutionCost)) { in SolveRecurse() 5128 SolveRecurse(Solution, SolutionCost, Workspace, NewCost, in SolveRecurse() 5139 SolutionCost = NewCost; in SolveRecurse() 5151 Cost SolutionCost(L, SE, TTI, AMK); in Solve() local 5152 SolutionCost.Lose(); in Solve() 5159 SolveRecurse(Solution, SolutionCost, Workspace, CurCost, in Solve() 5169 SolutionCost.print(dbgs()); dbgs() << ":\n"; in Solve() 5181 if (BaselineCost.isLess(SolutionCost)) { in Solve()
|