Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp40 static unsigned LookaheadMaxDepth = 5; variable
267 for (unsigned Depth = 1; Depth < LookaheadMaxDepth; Depth++) { in getBest()