Searched refs:MaxLookup (Results 1 – 4 of 4) sorted by relevance
66 unsigned MaxLookup = 6);112 unsigned MaxLookup) { in collectControlConditions() argument159 if (MaxLookup != 0 && NumConditions > MaxLookup) in collectControlConditions()
363 const Value *getUnderlyingObject(const Value *V, unsigned MaxLookup = 6);364 inline Value *getUnderlyingObject(Value *V, unsigned MaxLookup = 6) {367 return const_cast<Value *>(getUnderlyingObject(VConst, MaxLookup));400 LoopInfo *LI = nullptr, unsigned MaxLookup = 6);
520 unsigned MaxLookup = MaxLookupSearchDepth; in DecomposeGEPExpression() local673 } while (--MaxLookup); in DecomposeGEPExpression()687 unsigned MaxLookup = 8; in getModRefInfoMask() local735 if (PN->getNumIncomingValues() > MaxLookup) in getModRefInfoMask()743 } while (!Worklist.empty() && --MaxLookup); in getModRefInfoMask()
4568 const Value *llvm::getUnderlyingObject(const Value *V, unsigned MaxLookup) { in getUnderlyingObject() argument4571 for (unsigned Count = 0; MaxLookup == 0 || Count < MaxLookup; ++Count) { in getUnderlyingObject()4615 LoopInfo *LI, unsigned MaxLookup) { in getUnderlyingObjects() argument4621 P = getUnderlyingObject(P, MaxLookup); in getUnderlyingObjects()