Searched refs:ScaleCost (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 866 unsigned ScaleCost; member in __anonb19727160511::Cost 871 SetupCost(0), ScaleCost(0) {} in Cost() 881 | ImmCost | SetupCost | ScaleCost) != ~0u) in isValid() 883 & ImmCost & SetupCost & ScaleCost) == ~0u); in isValid() 1026 ScaleCost += getScalingFactorCost(TTI, LU, F); in RateFormula() 1049 ScaleCost = ~0u; in Lose() 1054 return std::tie(NumRegs, AddRecCost, NumIVMuls, NumBaseAdds, ScaleCost, in operator <() 1057 Other.NumBaseAdds, Other.ScaleCost, Other.ImmCost, in operator <() 1070 if (ScaleCost != 0) in print() 1071 OS << ", plus " << ScaleCost << " scale cost"; in print()
|