Home
last modified time | relevance | path

Searched refs:MaxLookup (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp67 unsigned MaxLookup = 6);
110 const PostDominatorTree &PDT, unsigned MaxLookup) { in collectControlConditions() argument
157 if (MaxLookup != 0 && NumConditions > MaxLookup) in collectControlConditions()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DValueTracking.h373 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);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp423 unsigned MaxLookup = MaxLookupSearchDepth; in DecomposeGEPExpression() local
593 } while (--MaxLookup); in DecomposeGEPExpression()
608 unsigned MaxLookup = 8; in pointsToConstantMemory() local
645 if (PN->getNumIncomingValues() > MaxLookup) { in pointsToConstantMemory()
656 } while (!Worklist.empty() && --MaxLookup); in pointsToConstantMemory()
H A DValueTracking.cpp4314 const Value *llvm::getUnderlyingObject(const Value *V, unsigned MaxLookup) { in getUnderlyingObject() argument
4317 for (unsigned Count = 0; MaxLookup == 0 || Count < MaxLookup; ++Count) { in getUnderlyingObject()
4361 LoopInfo *LI, unsigned MaxLookup) { in getUnderlyingObjects() argument
4367 P = getUnderlyingObject(P, MaxLookup); in getUnderlyingObjects()