Home
last modified time | relevance | path

Searched refs:MaxLookupSearchDepth (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h51 constexpr unsigned MaxLookupSearchDepth = 10; variable
441 getUnderlyingObject(const Value *V, unsigned MaxLookup = MaxLookupSearchDepth);
443 unsigned MaxLookup = MaxLookupSearchDepth) {
484 unsigned MaxLookup = MaxLookupSearchDepth);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp594 unsigned MaxLookup = MaxLookupSearchDepth; in DecomposeGEPExpression()
1603 const Value *O1 = getUnderlyingObject(V1, MaxLookupSearchDepth); in aliasCheck()
1604 const Value *O2 = getUnderlyingObject(V2, MaxLookupSearchDepth); in aliasCheck()