Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp54 static const unsigned MaxLookupSearchDepth = 6; variable
298 unsigned MaxLookup = MaxLookupSearchDepth; in DecomposeGEPExpression()
1405 const Value *O1 = GetUnderlyingObject(V1, *DL, MaxLookupSearchDepth); in aliasCheck()
1406 const Value *O2 = GetUnderlyingObject(V2, *DL, MaxLookupSearchDepth); in aliasCheck()