Home
last modified time | relevance | path

Searched refs:SolutionCost (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2081 Cost &SolutionCost,
5137 Cost &SolutionCost, in SolveRecurse() argument
5194 if (NewCost.isLess(SolutionCost)) { in SolveRecurse()
5197 SolveRecurse(Solution, SolutionCost, Workspace, NewCost, in SolveRecurse()
5208 SolutionCost = NewCost; in SolveRecurse()
5220 Cost SolutionCost(L, SE, TTI, AMK); in Solve() local
5221 SolutionCost.Lose(); in Solve()
5228 SolveRecurse(Solution, SolutionCost, Workspace, CurCost, in Solve()
5238 SolutionCost.print(dbgs()); dbgs() << ":\n"; in Solve()
5250 if (BaselineCost.isLess(SolutionCost)) { in Solve()