Searched refs:RecursionMaxDepth (Results 1 – 4 of 4) sorted by relevance
815 TEST_P(AggregateClusterTest, RecursionMaxDepth) { in TEST_P() argument
148 static cl::opt<unsigned> RecursionMaxDepth( variable2429 if (Depth == RecursionMaxDepth) { in buildTree_rec()7151 if (++Level < RecursionMaxDepth) in tryToVectorizeHorReductionOrInstOperands()
86 static const unsigned RecursionMaxDepth = 12; variable974 if (Depth == RecursionMaxDepth) { in buildTree_rec()
153 static cl::opt<unsigned> RecursionMaxDepth( variable4174 while (UserTE && Cnt < RecursionMaxDepth) { in reorderTopToBottom()5028 if (Depth >= RecursionMaxDepth && in buildTree_rec()5081 if (Depth >= RecursionMaxDepth - 1) in buildTree_rec()13236 if (++Level < RecursionMaxDepth) in vectorizeHorReduction()