Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2064 Cost &SolutionCost,
5048 Cost &SolutionCost, in SolveRecurse() argument
5105 if (NewCost.isLess(SolutionCost)) { in SolveRecurse()
5108 SolveRecurse(Solution, SolutionCost, Workspace, NewCost, in SolveRecurse()
5119 SolutionCost = NewCost; in SolveRecurse()
5131 Cost SolutionCost(L, SE, TTI, AMK); in Solve() local
5132 SolutionCost.Lose(); in Solve()
5139 SolveRecurse(Solution, SolutionCost, Workspace, CurCost, in Solve()
5149 SolutionCost.print(dbgs()); dbgs() << ":\n"; in Solve()