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

  /external/llvm/include/llvm/Analysis/
ValueTracking.h 144 /// specified value does. If the MaxLookup value is non-zero, it limits the
147 unsigned MaxLookup = 6);
150 unsigned MaxLookup = 6) {
151 return GetUnderlyingObject(const_cast<Value *>(V), TD, MaxLookup);
  /external/llvm/lib/Analysis/
Loads.cpp 51 /// getUnderlyingObjectWithOffset - Strip off up to MaxLookup GEPs and
58 unsigned MaxLookup = 6) {
61 for (unsigned Count = 0; MaxLookup == 0 || Count < MaxLookup; ++Count) {
BasicAliasAnalysis.cpp 264 unsigned MaxLookup = 6;
387 } while (--MaxLookup);
576 unsigned MaxLookup = 8;
613 if (PN->getNumIncomingValues() > MaxLookup) {
626 } while (!Worklist.empty() && --MaxLookup);
    [all...]
ValueTracking.cpp     [all...]

Completed in 37 milliseconds