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

  /external/llvm/include/llvm/Transforms/
Vectorize.h 94 unsigned MaxIter;
  /external/opencv3/modules/calib3d/src/
fisheye.hpp 27 Mat& tvec, Mat& J, const int MaxIter,
fisheye.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 84 MaxIter("bb-vectorize-max-iter", cl::init(0), cl::Hidden,
417 (!Config.MaxIter || n <= Config.MaxIter);
430 for (; !Config.MaxIter || n <= Config.MaxIter; ++n) {
    [all...]
  /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 116 milliseconds