Searched refs:ScaleCost (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 871 unsigned ScaleCost; member in __anondd02b9d70511::Cost 876 SetupCost(0), ScaleCost(0) {} in Cost() 886 | ImmCost | SetupCost | ScaleCost) != ~0u) in isValid() 888 & ImmCost & SetupCost & ScaleCost) == ~0u); in isValid() 1029 ScaleCost += getScalingFactorCost(TTI, LU, F); in RateFormula() 1051 ScaleCost = ~0u; in Lose() 1056 return std::tie(NumRegs, AddRecCost, NumIVMuls, NumBaseAdds, ScaleCost, in operator <() 1059 Other.NumBaseAdds, Other.ScaleCost, Other.ImmCost, in operator <() 1072 if (ScaleCost != 0) in print() 1073 OS << ", plus " << ScaleCost << " scale cost"; in print()
|