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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp776 unsigned SetupCost; member in class:__anon9105::Cost
781 SetupCost(0) {}
791 | ImmCost | SetupCost) != ~0u)
793 & ImmCost & SetupCost) == ~0u);
867 ++SetupCost;
946 SetupCost = ~0u;
961 if (SetupCost != Other.SetupCost)
962 return SetupCost < Other.SetupCost;
978 OS << ", plus " << SetupCost << " setup cost"; local
[all...]

Completed in 783 milliseconds