Home
last modified time | relevance | path

Searched refs:RecursionMaxDepth (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/xds/
H A Dxds_cluster_type_end2end_test.cc815 TEST_P(AggregateClusterTest, RecursionMaxDepth) { in TEST_P() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp148 static cl::opt<unsigned> RecursionMaxDepth( variable
2429 if (Depth == RecursionMaxDepth) { in buildTree_rec()
7151 if (++Level < RecursionMaxDepth) in tryToVectorizeHorReductionOrInstOperands()
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp86 static const unsigned RecursionMaxDepth = 12; variable
974 if (Depth == RecursionMaxDepth) { in buildTree_rec()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp153 static cl::opt<unsigned> RecursionMaxDepth( variable
4174 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()