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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3873 Cost CostF; local
3875 CostF.RateFormula(TTI, F, Regs, VisitedRegs, L, LU.Offsets, SE, DT, LU,
3877 if (CostF.isLoser()) {
3911 if (CostF < CostBest)
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2955 Cost CostF; local
2956 CostF.RateFormula(F, Regs, VisitedRegs, L, LU.Offsets, SE, DT);
2961 if (CostF < CostBest)

Completed in 164 milliseconds