Searched refs:MaxLookup (Results 1 – 5 of 5) sorted by relevance
67 unsigned MaxLookup = 6);110 const PostDominatorTree &PDT, unsigned MaxLookup) { in collectControlConditions() argument157 if (MaxLookup != 0 && NumConditions > MaxLookup) in collectControlConditions()
372 const Value *getUnderlyingObject(const Value *V, unsigned MaxLookup = 6);373 inline Value *getUnderlyingObject(Value *V, unsigned MaxLookup = 6) {376 return const_cast<Value *>(getUnderlyingObject(VConst, MaxLookup));409 LoopInfo *LI = nullptr, unsigned MaxLookup = 6);
4 ; BasicAA claims no alias when there is (due to a problem when the MaxLookup
523 unsigned MaxLookup = MaxLookupSearchDepth; in DecomposeGEPExpression() local671 } while (--MaxLookup); in DecomposeGEPExpression()686 unsigned MaxLookup = 8; in pointsToConstantMemory() local723 if (PN->getNumIncomingValues() > MaxLookup) { in pointsToConstantMemory()734 } while (!Worklist.empty() && --MaxLookup); in pointsToConstantMemory()
4460 const Value *llvm::getUnderlyingObject(const Value *V, unsigned MaxLookup) { in getUnderlyingObject() argument4463 for (unsigned Count = 0; MaxLookup == 0 || Count < MaxLookup; ++Count) { in getUnderlyingObject()4507 LoopInfo *LI, unsigned MaxLookup) { in getUnderlyingObjects() argument4513 P = getUnderlyingObject(P, MaxLookup); in getUnderlyingObjects()