Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp85 static const unsigned MaxLookupSearchDepth = 6; variable
523 unsigned MaxLookup = MaxLookupSearchDepth; in DecomposeGEPExpression()
1434 if (PhiValueSet.size() > MaxLookupSearchDepth) in aliasPHI()
1559 const Value *O1 = getUnderlyingObject(V1, MaxLookupSearchDepth); in aliasCheck()
1560 const Value *O2 = getUnderlyingObject(V2, MaxLookupSearchDepth); in aliasCheck()