Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueTracking.h345 unsigned MaxLookup = 6);
347 unsigned MaxLookup = 6) {
348 return GetUnderlyingObject(const_cast<Value *>(V), DL, MaxLookup);
382 unsigned MaxLookup = 6);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp467 unsigned MaxLookup = MaxLookupSearchDepth; in DecomposeGEPExpression() local
643 } while (--MaxLookup); in DecomposeGEPExpression()
658 unsigned MaxLookup = 8; in pointsToConstantMemory() local
695 if (PN->getNumIncomingValues() > MaxLookup) { in pointsToConstantMemory()
707 } while (!Worklist.empty() && --MaxLookup); in pointsToConstantMemory()
DValueTracking.cpp3878 unsigned MaxLookup) { in GetUnderlyingObject() argument
3881 for (unsigned Count = 0; MaxLookup == 0 || Count < MaxLookup; ++Count) { in GetUnderlyingObject()
3929 unsigned MaxLookup) { in GetUnderlyingObjects() argument
3935 P = GetUnderlyingObject(P, DL, MaxLookup); in GetUnderlyingObjects()