Searched refs:MaxLookup (Results 1 – 4 of 4) sorted by relevance
149 unsigned MaxLookup = 6);152 unsigned MaxLookup = 6) {153 return GetUnderlyingObject(const_cast<Value *>(V), TD, MaxLookup);162 unsigned MaxLookup = 6);
4 ; BasicAA claims no alias when there is (due to a problem when the MaxLookup
294 unsigned MaxLookup = MaxLookupSearchDepth; in DecomposeGEPExpression() local417 } while (--MaxLookup); in DecomposeGEPExpression()604 unsigned MaxLookup = 8; in pointsToConstantMemory() local641 if (PN->getNumIncomingValues() > MaxLookup) { in pointsToConstantMemory()654 } while (!Worklist.empty() && --MaxLookup); in pointsToConstantMemory()
1897 llvm::GetUnderlyingObject(Value *V, const DataLayout *TD, unsigned MaxLookup) { in GetUnderlyingObject() argument1900 for (unsigned Count = 0; MaxLookup == 0 || Count < MaxLookup; ++Count) { in GetUnderlyingObject()1929 unsigned MaxLookup) { in GetUnderlyingObjects() argument1935 P = GetUnderlyingObject(P, TD, MaxLookup); in GetUnderlyingObjects()