Searched refs:MaxLookup (Results 1 – 4 of 4) 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()
262 unsigned MaxLookup = 6; in DecomposeGEPExpression() local384 } while (--MaxLookup); in DecomposeGEPExpression()567 unsigned MaxLookup = 8; in pointsToConstantMemory() local604 if (PN->getNumIncomingValues() > MaxLookup) { in pointsToConstantMemory()617 } 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()