Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:MaxIter

1077   unsigned MaxIter = 32; // Break cycles and bound to constant-time.
1081 if (Worklist.size() >= MaxIter)
1088 assert(Worklist.size() <= MaxIter);
1091 --MaxIter;
1124 if (Worklist.size() >= MaxIter)