Home
last modified time | relevance | path

Searched refs:MaxDepth (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
DValueTracking.cpp33 const unsigned MaxDepth = 6; variable
64 assert(Depth <= MaxDepth && "Limit Search Depth"); in ComputeMaskedBits()
147 if (Depth == MaxDepth || Mask == 0) in ComputeMaskedBits()
645 if (Depth < MaxDepth - 1 && !KnownZero && !KnownOne) { in ComputeMaskedBits()
661 KnownZero2, KnownOne2, TD, MaxDepth-1); in ComputeMaskedBits()
731 if (Depth++ == MaxDepth) in isPowerOfTwo()
770 if (Depth++ == MaxDepth) in isKnownNonZero()
1075 const unsigned MaxDepth = 6; in ComputeMultiple() local
1078 assert(Depth <= MaxDepth && "Limit Search Depth"); in ComputeMultiple()
1106 if (Depth == MaxDepth) return false; // Limit search depth. in ComputeMultiple()
/external/clang/lib/AST/
DStmtDumper.cpp36 unsigned MaxDepth; member in __anonc08211eb0111::StmtDumper
45 : SM(sm), OS(os), IndentLevel(0-1), MaxDepth(maxDepth) { in StmtDumper()
52 if (MaxDepth == 0) return; in DumpSubTree()