Searched refs:ImmCost (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 869 unsigned ImmCost; member in __anonb19727160511::Cost 875 : NumRegs(0), AddRecCost(0), NumIVMuls(0), NumBaseAdds(0), ImmCost(0), in Cost() 886 | ImmCost | SetupCost | ScaleCost) != ~0u) in isValid() 888 & ImmCost & SetupCost & ScaleCost) == ~0u); in isValid() 1035 ImmCost += 64; // Handle symbolic values conservatively. in RateFormula() 1038 ImmCost += APInt(64, Offset, true).getMinSignedBits(); in RateFormula() 1049 ImmCost = ~0u; in Lose() 1057 ImmCost, SetupCost) < in operator <() 1059 Other.NumBaseAdds, Other.ScaleCost, Other.ImmCost, in operator <() 1074 if (ImmCost != 0) in print() [all …]
|