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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1047 void RateFormula(const Formula &F,
1313 void Cost::RateFormula(const Formula &F, function in class:Cost
4336 // to an unsatisfactory solution. Passing LoserRegs into RateFormula here
4342 CostF.RateFormula(F, Regs, VisitedRegs, LU, &LoserRegs);
4375 CostBest.RateFormula(Best, Regs, VisitedRegs, LU);
4629 CostFA.RateFormula(FA, Regs, VisitedRegs, LU);
4631 CostFB.RateFormula(FB, Regs, VisitedRegs, LU);
4997 NewCost.RateFormula(F, NewRegs, VisitedRegs, LU);

Completed in 104 milliseconds