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

  /external/clang/lib/Parse/
RAIIObjectsForParser.h 374 enum { MaxDepth = 256 };
  /external/eigen/Eigen/src/Core/
GeneralProduct.h 66 MaxDepth = EIGEN_SIZE_MIN_PREFER_FIXED(_Lhs::MaxColsAtCompileTime,
79 depth_select = product_size_category<Depth,MaxDepth>::value
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 89 int MaxDepth,
96 MaxDepth(MaxDepth),
242 // 0 < CurrentDepth <= MaxDepth.
248 if (CurrentDepth == 0 || CurrentDepth > MaxDepth) {
287 const int MaxDepth;
374 BoundNodesTreeBuilder *Builder, int MaxDepth,
378 return matchesRecursively(Node, Matcher, Builder, MaxDepth, Traversal,
396 MaxDepth, Traversal, Bind);
405 BoundNodesTreeBuilder *Builder, int MaxDepth,
    [all...]
  /external/llvm/lib/CodeGen/
EarlyIfConversion.cpp 720 unsigned MaxDepth = Slack + TailTrace.getInstrCycles(PI.PHI).Depth;
725 if (CondDepth > MaxDepth) {
726 unsigned Extra = CondDepth - MaxDepth;
736 if (TDepth > MaxDepth) {
737 unsigned Extra = TDepth - MaxDepth;
747 if (FDepth > MaxDepth) {
748 unsigned Extra = FDepth - MaxDepth;
  /external/llvm/lib/Analysis/
ValueTracking.cpp 35 const unsigned MaxDepth = 6;
231 assert(Depth <= MaxDepth && "Limit Search Depth");
331 if (Depth == MaxDepth)
707 if (Depth < MaxDepth - 1 && !KnownZero && !KnownOne) {
723 MaxDepth-1);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 738 const unsigned MaxDepth = 6;
832 if (Depth++ == MaxDepth)
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 469 milliseconds