Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp148 static cl::opt<unsigned> RecursionMaxDepth( variable
2429 if (Depth == RecursionMaxDepth) { in buildTree_rec()
7151 if (++Level < RecursionMaxDepth) in tryToVectorizeHorReductionOrInstOperands()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp86 static const unsigned RecursionMaxDepth = 12; variable
974 if (Depth == RecursionMaxDepth) { in buildTree_rec()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp145 static cl::opt<unsigned> RecursionMaxDepth( variable
2585 if (Depth == RecursionMaxDepth) { in buildTree_rec()
7536 if (++Level < RecursionMaxDepth) in tryToVectorizeHorReductionOrInstOperands()