Searched refs:SolutionCost (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 2029 Cost &SolutionCost, 4959 Cost &SolutionCost, in SolveRecurse() argument 5016 if (NewCost.isLess(SolutionCost)) { in SolveRecurse() 5019 SolveRecurse(Solution, SolutionCost, Workspace, NewCost, in SolveRecurse() 5030 SolutionCost = NewCost; in SolveRecurse() 5042 Cost SolutionCost(L, SE, TTI, AMK); in Solve() local 5043 SolutionCost.Lose(); in Solve() 5050 SolveRecurse(Solution, SolutionCost, Workspace, CurCost, in Solve() 5060 SolutionCost.print(dbgs()); dbgs() << ":\n"; in Solve()
|