HomeSort by relevance Sort by last modified time
    Searched defs:MaxDepth (Results 1 - 6 of 6) 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 66 int MaxDepth,
73 MaxDepth(MaxDepth),
213 // 0 < CurrentDepth <= MaxDepth.
219 if (CurrentDepth == 0 || CurrentDepth > MaxDepth) {
255 const int MaxDepth;
333 BoundNodesTreeBuilder *Builder, int MaxDepth,
339 return matchesRecursively(Node, Matcher, Builder, MaxDepth, Traversal,
348 MaxDepth, Traversal, Bind);
359 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/Vectorize/
BBVectorize.cpp     [all...]

Completed in 286 milliseconds