HomeSort by relevance Sort by last modified time
    Searched defs:MaxIter (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Transforms/
Vectorize.h 94 unsigned MaxIter;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 751 unsigned MaxIter = 32; // Break cycles and bound to constant-time.
755 if (Worklist.size() >= MaxIter)
762 assert(Worklist.size() <= MaxIter);
765 --MaxIter;
798 if (Worklist.size() >= MaxIter)
    [all...]

Completed in 85 milliseconds