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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp80 /// MaxIVUsers is an arbitrary threshold that provides an early opportunitiy for
84 static const unsigned MaxIVUsers = 200; variable
4609 if (++NumUsers > MaxIVUsers) {

Completed in 127 milliseconds