Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DValueTracking.h224 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/
DValueTracking.h345 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/
DCodeMoverUtils.cpp67 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/
DValueTracking.h373 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/
D2014-03-18-Maxlookup-reached.ll4 ; BasicAA claims no alias when there is (due to a problem when the MaxLookup
/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.cpp350 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()
DValueTracking.cpp2975 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/
DBasicAliasAnalysis.cpp423 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()
DValueTracking.cpp4139 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/
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()