Searched refs:NewCost (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4311 Cost NewCost; local
4339 NewCost = CurCost;
4341 NewCost.RateFormula(TTI, F, NewRegs, VisitedRegs, L, LU.Offsets, SE, DT,
4343 if (NewCost < SolutionCost) {
4346 SolveRecurse(Solution, SolutionCost, Workspace, NewCost,
4351 DEBUG(dbgs() << "New best at "; NewCost.print(dbgs());
4358 SolutionCost = NewCost;

Completed in 522 milliseconds