Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2058 Cost &SolutionCost,
4995 Cost &SolutionCost, in SolveRecurse() argument
5052 if (NewCost.isLess(SolutionCost)) { in SolveRecurse()
5055 SolveRecurse(Solution, SolutionCost, Workspace, NewCost, in SolveRecurse()
5066 SolutionCost = NewCost; in SolveRecurse()
5078 Cost SolutionCost(L, SE, TTI, AMK); in Solve() local
5079 SolutionCost.Lose(); in Solve()
5086 SolveRecurse(Solution, SolutionCost, Workspace, CurCost, in Solve()
5096 SolutionCost.print(dbgs()); dbgs() << ":\n"; in Solve()