HomeSort by relevance Sort by last modified time
    Searched refs:MaxLookup (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
ValueTracking.h 146 /// specified value does. If the MaxLookup value is non-zero, it limits the
149 unsigned MaxLookup = 6);
152 unsigned MaxLookup = 6) {
153 return GetUnderlyingObject(const_cast<Value *>(V), TD, MaxLookup);
162 unsigned MaxLookup = 6);
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 294 unsigned MaxLookup = MaxLookupSearchDepth;
417 } while (--MaxLookup);
604 unsigned MaxLookup = 8;
641 if (PN->getNumIncomingValues() > MaxLookup) {
654 } while (!Worklist.empty() && --MaxLookup);
    [all...]
ValueTracking.cpp     [all...]

Completed in 464 milliseconds