/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-10.0/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 345 unsigned MaxLookup = 6); 347 unsigned MaxLookup = 6) { 348 return GetUnderlyingObject(const_cast<Value *>(V), DL, MaxLookup); 382 unsigned MaxLookup = 6);
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | CodeMoverUtils.cpp | 67 unsigned MaxLookup = 6); 110 const PostDominatorTree &PDT, unsigned MaxLookup) { in collectControlConditions() argument 157 if (MaxLookup != 0 && NumConditions > MaxLookup) in collectControlConditions()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 373 Value *getUnderlyingObject(Value *V, unsigned MaxLookup = 6); 375 unsigned MaxLookup = 6) { 376 return getUnderlyingObject(const_cast<Value *>(V), MaxLookup); 409 LoopInfo *LI = nullptr, unsigned MaxLookup = 6);
|
/external/llvm-project/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/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/llvm-project/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 423 unsigned MaxLookup = MaxLookupSearchDepth; in DecomposeGEPExpression() local 598 } while (--MaxLookup); in DecomposeGEPExpression() 613 unsigned MaxLookup = 8; in pointsToConstantMemory() local 650 if (PN->getNumIncomingValues() > MaxLookup) { in pointsToConstantMemory() 662 } while (!Worklist.empty() && --MaxLookup); in pointsToConstantMemory()
|
D | ValueTracking.cpp | 4139 Value *llvm::getUnderlyingObject(Value *V, unsigned MaxLookup) { in getUnderlyingObject() argument 4142 for (unsigned Count = 0; MaxLookup == 0 || Count < MaxLookup; ++Count) { in getUnderlyingObject() 4186 LoopInfo *LI, unsigned MaxLookup) { in getUnderlyingObjects() argument 4192 P = getUnderlyingObject(P, MaxLookup); in getUnderlyingObjects()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 467 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()
|
D | ValueTracking.cpp | 3878 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()
|