Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp96 static const unsigned MaxLookupSearchDepth = 6; variable
428 unsigned MaxLookup = MaxLookupSearchDepth; in DecomposeGEPExpression()
1600 if (PhiValueSet.size() > MaxLookupSearchDepth) in aliasPHI()
1719 O1 = GetUnderlyingObject(V1, DL, MaxLookupSearchDepth); in aliasCheck()
1722 O2 = GetUnderlyingObject(V2, DL, MaxLookupSearchDepth); in aliasCheck()