Home | History | Annotate | Download | only in Analysis

Lines Matching defs:MaxDepth

35 const unsigned MaxDepth = 6;
231 assert(Depth <= MaxDepth && "Limit Search Depth");
322 if (Depth == MaxDepth)
695 if (Depth < MaxDepth - 1 && !KnownZero && !KnownOne) {
711 MaxDepth-1);
820 if (Depth++ == MaxDepth)
874 if (Depth++ >= MaxDepth)
1179 const unsigned MaxDepth = 6;
1182 assert(Depth <= MaxDepth && "Limit Search Depth");
1210 if (Depth == MaxDepth) return false; // Limit search depth.