Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp153 static cl::opt<unsigned> RecursionMaxDepth( variable
3770 while (UserTE && Cnt < RecursionMaxDepth) { in reorderTopToBottom()
4599 if (Depth >= RecursionMaxDepth && in buildTree_rec()
4652 if (Depth >= RecursionMaxDepth - 1) in buildTree_rec()
11765 if (++Level < RecursionMaxDepth) in tryToVectorizeHorReductionOrInstOperands()