Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp132 IL_MaxRerollIterations = 32, enumerator
868 if (I->getNumUses() > IL_MaxRerollIterations) in findRootsRecursive()
991 if (Scale > IL_MaxRerollIterations) { in findRoots()
993 << "#Found=" << Scale << ", #Max=" << IL_MaxRerollIterations in findRoots()