Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:MaxIter

751   unsigned MaxIter = 32; // Break cycles and bound to constant-time.
755 if (Worklist.size() >= MaxIter)
762 assert(Worklist.size() <= MaxIter);
765 --MaxIter;
798 if (Worklist.size() >= MaxIter)