Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp17157 constexpr int ReductionLimit = 4; in tryToReduce() local
17170 if (NumReducedVals < ReductionLimit && in tryToReduce()
17336 if (NumReducedVals < ReductionLimit && in tryToReduce()
17421 ReduxWidth >= ReductionLimit) { in tryToReduce()