Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10994 constexpr int ReductionLimit = 4; in tryToReduce() local
11003 if (NumReducedVals < ReductionLimit) in tryToReduce()
11098 if (NumReducedVals < ReductionLimit) in tryToReduce()
11130 ReduxWidth >= ReductionLimit) { in tryToReduce()