Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp158 IL_MaxRerollIterations = 32, enumerator
867 if (I->hasNUsesOrMore(IL_MaxRerollIterations + 1)) in findRootsRecursive()
1015 if (Scale > IL_MaxRerollIterations) { in findRoots()
1018 << ", #Max=" << IL_MaxRerollIterations << "\n"); in findRoots()