Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DValueTracking.h146 unsigned MaxLookup = 6);
149 unsigned MaxLookup = 6) {
150 return GetUnderlyingObject(const_cast<Value *>(V), TD, MaxLookup);
/external/llvm/lib/Analysis/
DLoads.cpp57 unsigned MaxLookup = 6) { in getUnderlyingObjectWithOffset() argument
60 for (unsigned Count = 0; MaxLookup == 0 || Count < MaxLookup; ++Count) { in getUnderlyingObjectWithOffset()
DBasicAliasAnalysis.cpp262 unsigned MaxLookup = 6; in DecomposeGEPExpression() local
384 } while (--MaxLookup); in DecomposeGEPExpression()
567 unsigned MaxLookup = 8; in pointsToConstantMemory() local
604 if (PN->getNumIncomingValues() > MaxLookup) { in pointsToConstantMemory()
617 } while (!Worklist.empty() && --MaxLookup); in pointsToConstantMemory()
DValueTracking.cpp1753 llvm::GetUnderlyingObject(Value *V, const TargetData *TD, unsigned MaxLookup) { in GetUnderlyingObject() argument
1756 for (unsigned Count = 0; MaxLookup == 0 || Count < MaxLookup; ++Count) { in GetUnderlyingObject()