Searched refs:MaxLookup (Results 1 – 8 of 8) sorted by relevance
146 unsigned MaxLookup = 6);149 unsigned MaxLookup = 6) {150 return GetUnderlyingObject(const_cast<Value *>(V), TD, MaxLookup);
57 unsigned MaxLookup = 6) { in getUnderlyingObjectWithOffset() argument60 for (unsigned Count = 0; MaxLookup == 0 || Count < MaxLookup; ++Count) { in getUnderlyingObjectWithOffset()
263 unsigned MaxLookup = 6; in DecomposeGEPExpression() local386 } while (--MaxLookup); in DecomposeGEPExpression()575 unsigned MaxLookup = 8; in pointsToConstantMemory() local612 if (PN->getNumIncomingValues() > MaxLookup) { in pointsToConstantMemory()625 } while (!Worklist.empty() && --MaxLookup); in pointsToConstantMemory()
1753 llvm::GetUnderlyingObject(Value *V, const TargetData *TD, unsigned MaxLookup) { in GetUnderlyingObject() argument1756 for (unsigned Count = 0; MaxLookup == 0 || Count < MaxLookup; ++Count) { in GetUnderlyingObject()
224 unsigned MaxLookup = 6);227 unsigned MaxLookup = 6) {228 return GetUnderlyingObject(const_cast<Value *>(V), DL, MaxLookup);261 unsigned MaxLookup = 6);
4 ; BasicAA claims no alias when there is (due to a problem when the MaxLookup
350 unsigned MaxLookup = MaxLookupSearchDepth; in DecomposeGEPExpression() local489 } while (--MaxLookup); in DecomposeGEPExpression()504 unsigned MaxLookup = 8; in pointsToConstantMemory() local541 if (PN->getNumIncomingValues() > MaxLookup) { in pointsToConstantMemory()554 } while (!Worklist.empty() && --MaxLookup); in pointsToConstantMemory()
2975 unsigned MaxLookup) { in GetUnderlyingObject() argument2978 for (unsigned Count = 0; MaxLookup == 0 || Count < MaxLookup; ++Count) { in GetUnderlyingObject()3012 unsigned MaxLookup) { in GetUnderlyingObjects() argument3018 P = GetUnderlyingObject(P, DL, MaxLookup); in GetUnderlyingObjects()