Searched defs:IL_MaxRerollIterations (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp133 IL_MaxRerollIterations = 16, enumerator in enum:__anon11037::IterationLimits
754 if (I->getNumUses() > IL_MaxRerollIterations)
880 if (Scale > IL_MaxRerollIterations) {
882 << "#Found=" << Scale << ", #Max=" << IL_MaxRerollIterations local

Completed in 43 milliseconds