Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp96 static const unsigned MaxLookupSearchDepth = 6; variable
423 unsigned MaxLookup = MaxLookupSearchDepth; in DecomposeGEPExpression()
1340 if (PhiValueSet.size() > MaxLookupSearchDepth) in aliasPHI()
1466 const Value *O1 = getUnderlyingObject(V1, MaxLookupSearchDepth); in aliasCheck()
1467 const Value *O2 = getUnderlyingObject(V2, MaxLookupSearchDepth); in aliasCheck()