Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp138 static const unsigned MaxIVUsers = 200; variable
6138 if (++NumUsers > MaxIVUsers) { in LSRInstance()