Searched refs:SolutionCost (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 1767 Cost &SolutionCost, 4280 Cost &SolutionCost, in SolveRecurse() argument 4339 if (NewCost < SolutionCost) { in SolveRecurse() 4342 SolveRecurse(Solution, SolutionCost, Workspace, NewCost, in SolveRecurse() 4353 SolutionCost = NewCost; in SolveRecurse() 4365 Cost SolutionCost; in Solve() local 4366 SolutionCost.Lose(); in Solve() 4373 SolveRecurse(Solution, SolutionCost, Workspace, CurCost, in Solve() 4382 "The chosen solution requires "; SolutionCost.print(dbgs()); in Solve()
|