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.cpp2267 Cost &SolutionCost,
5424 Cost &SolutionCost, in SolveRecurse() argument
5481 if (NewCost.isLess(SolutionCost)) { in SolveRecurse()
5484 SolveRecurse(Solution, SolutionCost, Workspace, NewCost, in SolveRecurse()
5495 SolutionCost = NewCost; in SolveRecurse()
5507 Cost SolutionCost(L, SE, TTI, AMK); in Solve() local
5508 SolutionCost.Lose(); in Solve()
5515 SolveRecurse(Solution, SolutionCost, Workspace, CurCost, in Solve()
5525 SolutionCost.print(dbgs()); dbgs() << ":\n"; in Solve()
5549 if (BaselineCost.isLess(SolutionCost)) { in Solve()