Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp865 unsigned SetupCost; 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()
959 ++SetupCost; in RateRegister()
1048 SetupCost = ~0u; in Lose()
1055 ImmCost, SetupCost) < in operator <()
1058 Other.SetupCost); in operator <()
1074 if (SetupCost != 0) in print()
1075 OS << ", plus " << SetupCost << " setup cost"; in print()