Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp66 unsigned MaxLookup = 6);
112 unsigned MaxLookup) { in collectControlConditions() argument
159 if (MaxLookup != 0 && NumConditions > MaxLookup) in collectControlConditions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h680 const Value *getUnderlyingObject(const Value *V, unsigned MaxLookup = 6);
681 inline Value *getUnderlyingObject(Value *V, unsigned MaxLookup = 6) {
684 return const_cast<Value *>(getUnderlyingObject(VConst, MaxLookup));
717 LoopInfo *LI = nullptr, unsigned MaxLookup = 6);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp553 unsigned MaxLookup = MaxLookupSearchDepth; in DecomposeGEPExpression() local
708 } while (--MaxLookup); in DecomposeGEPExpression()
722 unsigned MaxLookup = 8; in getModRefInfoMask() local
770 if (PN->getNumIncomingValues() > MaxLookup) in getModRefInfoMask()
778 } while (!Worklist.empty() && --MaxLookup); in getModRefInfoMask()
H A DValueTracking.cpp5911 const Value *llvm::getUnderlyingObject(const Value *V, unsigned MaxLookup) { in getUnderlyingObject() argument
5914 for (unsigned Count = 0; MaxLookup == 0 || Count < MaxLookup; ++Count) { in getUnderlyingObject()
5958 LoopInfo *LI, unsigned MaxLookup) { in getUnderlyingObjects() argument
5964 P = getUnderlyingObject(P, MaxLookup); in getUnderlyingObjects()