Home
last modified time | relevance | path

Searched refs:AddRecCost (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp861 unsigned AddRecCost; member in __anonb19727160511::Cost
870 : NumRegs(0), AddRecCost(0), NumIVMuls(0), NumBaseAdds(0), ImmCost(0), in Cost()
880 return ((NumRegs | AddRecCost | NumIVMuls | NumBaseAdds in isValid()
882 || ((NumRegs & AddRecCost & NumIVMuls & NumBaseAdds in isValid()
938 AddRecCost += 1; /// TODO: This should be a function of the stride. in RateRegister()
1044 AddRecCost = ~0u; in Lose()
1054 return std::tie(NumRegs, AddRecCost, NumIVMuls, NumBaseAdds, ScaleCost, in operator <()
1056 std::tie(Other.NumRegs, Other.AddRecCost, Other.NumIVMuls, in operator <()
1063 if (AddRecCost != 0) in print()
1064 OS << ", with addrec cost " << AddRecCost; in print()