Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DValueTracking.h149 unsigned MaxLookup = 6);
152 unsigned MaxLookup = 6) {
153 return GetUnderlyingObject(const_cast<Value *>(V), TD, MaxLookup);
162 unsigned MaxLookup = 6);
/external/llvm/test/Analysis/BasicAA/
D2014-03-18-Maxlookup-reached.ll4 ; BasicAA claims no alias when there is (due to a problem when the MaxLookup
/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp294 unsigned MaxLookup = MaxLookupSearchDepth; in DecomposeGEPExpression() local
417 } while (--MaxLookup); in DecomposeGEPExpression()
604 unsigned MaxLookup = 8; in pointsToConstantMemory() local
641 if (PN->getNumIncomingValues() > MaxLookup) { in pointsToConstantMemory()
654 } while (!Worklist.empty() && --MaxLookup); in pointsToConstantMemory()
DValueTracking.cpp1897 llvm::GetUnderlyingObject(Value *V, const DataLayout *TD, unsigned MaxLookup) { in GetUnderlyingObject() argument
1900 for (unsigned Count = 0; MaxLookup == 0 || Count < MaxLookup; ++Count) { in GetUnderlyingObject()
1929 unsigned MaxLookup) { in GetUnderlyingObjects() argument
1935 P = GetUnderlyingObject(P, TD, MaxLookup); in GetUnderlyingObjects()