Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp16964 static bool isGoodForReduction(ArrayRef<Value *> Data) { in isGoodForReduction() function in __anon5824d94915711::HorizontalReduction
17132 (!isGoodForReduction(Data) && in matchAssociativeReduction()
17166 if (!isGoodForReduction(Vals)) in tryToReduce()