Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2256 Cost &SolutionCost,
5400 Cost &SolutionCost, in SolveRecurse() argument
5457 if (NewCost.isLess(SolutionCost)) { in SolveRecurse()
5460 SolveRecurse(Solution, SolutionCost, Workspace, NewCost, in SolveRecurse()
5471 SolutionCost = NewCost; in SolveRecurse()
5483 Cost SolutionCost(L, SE, TTI, AMK); in Solve() local
5484 SolutionCost.Lose(); in Solve()
5491 SolveRecurse(Solution, SolutionCost, Workspace, CurCost, in Solve()
5501 SolutionCost.print(dbgs()); dbgs() << ":\n"; in Solve()
5525 if (BaselineCost.isLess(SolutionCost)) { in Solve()