Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp153 IL_MaxRerollIterations = 32, enumerator
858 if (I->hasNUsesOrMore(IL_MaxRerollIterations + 1)) in findRootsRecursive()
1006 if (Scale > IL_MaxRerollIterations) { in findRoots()
1009 << ", #Max=" << IL_MaxRerollIterations << "\n"); in findRoots()