Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp137 static const unsigned MaxIVUsers = 200; variable
5632 if (++NumUsers > MaxIVUsers) { in LSRInstance()