Home
last modified time | relevance | path

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

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