Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DValueTracking.h196 unsigned MaxLookup = 6);
199 unsigned MaxLookup = 6) {
200 return GetUnderlyingObject(const_cast<Value *>(V), DL, MaxLookup);
233 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.cpp340 unsigned MaxLookup = MaxLookupSearchDepth; in DecomposeGEPExpression() local
462 } while (--MaxLookup); in DecomposeGEPExpression()
477 unsigned MaxLookup = 8; in pointsToConstantMemory() local
514 if (PN->getNumIncomingValues() > MaxLookup) { in pointsToConstantMemory()
527 } while (!Worklist.empty() && --MaxLookup); in pointsToConstantMemory()
DValueTracking.cpp3035 unsigned MaxLookup) { in GetUnderlyingObject() argument
3038 for (unsigned Count = 0; MaxLookup == 0 || Count < MaxLookup; ++Count) { in GetUnderlyingObject()
3066 unsigned MaxLookup) { in GetUnderlyingObjects() argument
3072 P = GetUnderlyingObject(P, DL, MaxLookup); in GetUnderlyingObjects()