Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp139 static cl::opt<unsigned> RecursionMaxDepth( variable
1400 if (Depth == RecursionMaxDepth) { in buildTree_rec()
6138 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()