Searched refs:MaxLookup (Results 1 – 4 of 4) sorted by relevance
196 unsigned MaxLookup = 6);199 unsigned MaxLookup = 6) {200 return GetUnderlyingObject(const_cast<Value *>(V), DL, MaxLookup);233 unsigned MaxLookup = 6);
4 ; BasicAA claims no alias when there is (due to a problem when the MaxLookup
340 unsigned MaxLookup = MaxLookupSearchDepth; in DecomposeGEPExpression() local462 } while (--MaxLookup); in DecomposeGEPExpression()477 unsigned MaxLookup = 8; in pointsToConstantMemory() local514 if (PN->getNumIncomingValues() > MaxLookup) { in pointsToConstantMemory()527 } while (!Worklist.empty() && --MaxLookup); in pointsToConstantMemory()
3035 unsigned MaxLookup) { in GetUnderlyingObject() argument3038 for (unsigned Count = 0; MaxLookup == 0 || Count < MaxLookup; ++Count) { in GetUnderlyingObject()3066 unsigned MaxLookup) { in GetUnderlyingObjects() argument3072 P = GetUnderlyingObject(P, DL, MaxLookup); in GetUnderlyingObjects()