Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp83 static const unsigned MaxLookupSearchDepth = 6; variable
553 unsigned MaxLookup = MaxLookupSearchDepth; in DecomposeGEPExpression()
1493 const Value *O1 = getUnderlyingObject(V1, MaxLookupSearchDepth); in aliasCheck()
1494 const Value *O2 = getUnderlyingObject(V2, MaxLookupSearchDepth); in aliasCheck()