Searched refs:MaxLookup (Results 1 – 4 of 4) sorted by relevance
67 unsigned MaxLookup = 6);110 const PostDominatorTree &PDT, unsigned MaxLookup) { in collectControlConditions() argument157 if (MaxLookup != 0 && NumConditions > MaxLookup) in collectControlConditions()
373 const Value *getUnderlyingObject(const Value *V, unsigned MaxLookup = 6);374 inline Value *getUnderlyingObject(Value *V, unsigned MaxLookup = 6) {377 return const_cast<Value *>(getUnderlyingObject(VConst, MaxLookup));410 LoopInfo *LI = nullptr, unsigned MaxLookup = 6);
423 unsigned MaxLookup = MaxLookupSearchDepth; in DecomposeGEPExpression() local593 } while (--MaxLookup); in DecomposeGEPExpression()608 unsigned MaxLookup = 8; in pointsToConstantMemory() local645 if (PN->getNumIncomingValues() > MaxLookup) { in pointsToConstantMemory()656 } while (!Worklist.empty() && --MaxLookup); in pointsToConstantMemory()
4314 const Value *llvm::getUnderlyingObject(const Value *V, unsigned MaxLookup) { in getUnderlyingObject() argument4317 for (unsigned Count = 0; MaxLookup == 0 || Count < MaxLookup; ++Count) { in getUnderlyingObject()4361 LoopInfo *LI, unsigned MaxLookup) { in getUnderlyingObjects() argument4367 P = getUnderlyingObject(P, MaxLookup); in getUnderlyingObjects()