Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp155 static cl::opt<unsigned> RecursionMaxDepth( variable
4373 while (UserTE && Cnt < RecursionMaxDepth) { in reorderTopToBottom()
5619 if (Depth >= RecursionMaxDepth && in buildTree_rec()
5672 if (Depth >= RecursionMaxDepth - 1) in buildTree_rec()
15623 if (++Level < RecursionMaxDepth) in vectorizeHorReduction()