Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp152 static cl::opt<unsigned> RecursionMaxDepth( variable
2672 if (Depth == RecursionMaxDepth) { in buildTree_rec()
8285 if (++Level < RecursionMaxDepth) in tryToVectorizeHorReductionOrInstOperands()