Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAliasAnalysis.cpp54 static unsigned getAddressSpace(const Value *V, unsigned MaxLookup) { in getAddressSpace() argument
63 while (MaxLookup-- && GetAS(V) == ADDRESS_SPACE_GENERIC) { in getAddressSpace()
/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.h441 getUnderlyingObject(const Value *V, unsigned MaxLookup = MaxLookupSearchDepth);
443 unsigned MaxLookup = MaxLookupSearchDepth) {
446 return const_cast<Value *>(getUnderlyingObject(VConst, MaxLookup));
484 unsigned MaxLookup = MaxLookupSearchDepth);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp594 unsigned MaxLookup = MaxLookupSearchDepth; in DecomposeGEPExpression() local
745 } while (--MaxLookup); in DecomposeGEPExpression()
759 unsigned MaxLookup = 8; in getModRefInfoMask() local
807 if (PN->getNumIncomingValues() > MaxLookup) in getModRefInfoMask()
815 } while (!Worklist.empty() && --MaxLookup); in getModRefInfoMask()
H A DValueTracking.cpp6649 const Value *llvm::getUnderlyingObject(const Value *V, unsigned MaxLookup) { in getUnderlyingObject() argument
6650 for (unsigned Count = 0; MaxLookup == 0 || Count < MaxLookup; ++Count) { in getUnderlyingObject()
6698 const LoopInfo *LI, unsigned MaxLookup) { in getUnderlyingObjects() argument
6704 P = getUnderlyingObject(P, MaxLookup); in getUnderlyingObjects()