Home | History | Annotate | Download | only in Analysis

Lines Matching refs:MaxLookup

264   unsigned MaxLookup = 6;
387 } while (--MaxLookup);
576 unsigned MaxLookup = 8;
613 if (PN->getNumIncomingValues() > MaxLookup) {
626 } while (!Worklist.empty() && --MaxLookup);