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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp776 unsigned SetupCost; member in class:__anon10592::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 102 milliseconds