Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1985 Cost BaselineCost; member in __anon6fa033cb0a11::LSRInstance
3401 BaselineCost.RateFormula(F, Regs, VisitedRegs, LU); in CollectFixupsAndInitialFormulae()
5181 if (BaselineCost.isLess(SolutionCost)) { in Solve()
5183 BaselineCost.print(dbgs()); dbgs() << "\n"); in Solve()
5739 BaselineCost(L, SE, TTI, AMK) { in LSRInstance()