Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp14460 constexpr int ReductionLimit = 4; in tryToReduce() local
14473 if (NumReducedVals < ReductionLimit && in tryToReduce()
14634 if (NumReducedVals < ReductionLimit && in tryToReduce()
14717 ReduxWidth >= ReductionLimit) { in tryToReduce()