Searched refs:MaxLookup (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ValueTracking.h | 146 unsigned MaxLookup = 6); 149 unsigned MaxLookup = 6) { 150 return GetUnderlyingObject(const_cast<Value *>(V), TD, MaxLookup);
|
/external/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 224 unsigned MaxLookup = 6); 227 unsigned MaxLookup = 6) { 228 return GetUnderlyingObject(const_cast<Value *>(V), DL, MaxLookup); 261 unsigned MaxLookup = 6);
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | Loads.cpp | 57 unsigned MaxLookup = 6) { in getUnderlyingObjectWithOffset() argument 60 for (unsigned Count = 0; MaxLookup == 0 || Count < MaxLookup; ++Count) { in getUnderlyingObjectWithOffset()
|
D | BasicAliasAnalysis.cpp | 263 unsigned MaxLookup = 6; in DecomposeGEPExpression() local 386 } while (--MaxLookup); in DecomposeGEPExpression() 575 unsigned MaxLookup = 8; in pointsToConstantMemory() local 612 if (PN->getNumIncomingValues() > MaxLookup) { in pointsToConstantMemory() 625 } while (!Worklist.empty() && --MaxLookup); in pointsToConstantMemory()
|
D | ValueTracking.cpp | 1753 llvm::GetUnderlyingObject(Value *V, const TargetData *TD, unsigned MaxLookup) { in GetUnderlyingObject() argument 1756 for (unsigned Count = 0; MaxLookup == 0 || Count < MaxLookup; ++Count) { in GetUnderlyingObject()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 307 unsigned MaxLookup = 6); 309 unsigned MaxLookup = 6) { 310 return GetUnderlyingObject(const_cast<Value *>(V), DL, MaxLookup); 343 unsigned MaxLookup = 6);
|
/external/llvm/test/Analysis/BasicAA/ |
D | 2014-03-18-Maxlookup-reached.ll | 4 ; BasicAA claims no alias when there is (due to a problem when the MaxLookup
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/BasicAA/ |
D | 2014-03-18-Maxlookup-reached.ll | 4 ; BasicAA claims no alias when there is (due to a problem when the MaxLookup
|
/external/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 350 unsigned MaxLookup = MaxLookupSearchDepth; in DecomposeGEPExpression() local 489 } while (--MaxLookup); in DecomposeGEPExpression() 504 unsigned MaxLookup = 8; in pointsToConstantMemory() local 541 if (PN->getNumIncomingValues() > MaxLookup) { in pointsToConstantMemory() 554 } while (!Worklist.empty() && --MaxLookup); in pointsToConstantMemory()
|
D | ValueTracking.cpp | 2975 unsigned MaxLookup) { in GetUnderlyingObject() argument 2978 for (unsigned Count = 0; MaxLookup == 0 || Count < MaxLookup; ++Count) { in GetUnderlyingObject() 3012 unsigned MaxLookup) { in GetUnderlyingObjects() argument 3018 P = GetUnderlyingObject(P, DL, MaxLookup); in GetUnderlyingObjects()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 410 unsigned MaxLookup = MaxLookupSearchDepth; in DecomposeGEPExpression() local 572 } while (--MaxLookup); in DecomposeGEPExpression() 587 unsigned MaxLookup = 8; in pointsToConstantMemory() local 624 if (PN->getNumIncomingValues() > MaxLookup) { in pointsToConstantMemory() 636 } while (!Worklist.empty() && --MaxLookup); in pointsToConstantMemory()
|
D | ValueTracking.cpp | 3448 unsigned MaxLookup) { in GetUnderlyingObject() argument 3451 for (unsigned Count = 0; MaxLookup == 0 || Count < MaxLookup; ++Count) { in GetUnderlyingObject() 3498 unsigned MaxLookup) { in GetUnderlyingObjects() argument 3504 P = GetUnderlyingObject(P, DL, MaxLookup); in GetUnderlyingObjects()
|