Searched refs:MaxLookup (Results 1 – 3 of 3) sorted by relevance
345 unsigned MaxLookup = 6);347 unsigned MaxLookup = 6) {348 return GetUnderlyingObject(const_cast<Value *>(V), DL, MaxLookup);382 unsigned MaxLookup = 6);
467 unsigned MaxLookup = MaxLookupSearchDepth; in DecomposeGEPExpression() local643 } while (--MaxLookup); in DecomposeGEPExpression()658 unsigned MaxLookup = 8; in pointsToConstantMemory() local695 if (PN->getNumIncomingValues() > MaxLookup) { in pointsToConstantMemory()707 } while (!Worklist.empty() && --MaxLookup); in pointsToConstantMemory()
3878 unsigned MaxLookup) { in GetUnderlyingObject() argument3881 for (unsigned Count = 0; MaxLookup == 0 || Count < MaxLookup; ++Count) { in GetUnderlyingObject()3929 unsigned MaxLookup) { in GetUnderlyingObjects() argument3935 P = GetUnderlyingObject(P, DL, MaxLookup); in GetUnderlyingObjects()