Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp153 static cl::opt<unsigned> RecursionMaxDepth( variable
4174 while (UserTE && Cnt < RecursionMaxDepth) { in reorderTopToBottom()
5028 if (Depth >= RecursionMaxDepth && in buildTree_rec()
5081 if (Depth >= RecursionMaxDepth - 1) in buildTree_rec()
13236 if (++Level < RecursionMaxDepth) in vectorizeHorReduction()