Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp12404 constexpr int ReductionLimit = 4; in tryToReduce() local
12417 if (NumReducedVals < ReductionLimit) { in tryToReduce()
12523 if (NumReducedVals < ReductionLimit) in tryToReduce()
12555 ReduxWidth >= ReductionLimit) { in tryToReduce()