Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp12148 static bool isGoodForReduction(ArrayRef<Value *> Data) { in isGoodForReduction() function in __anonc518864bbf11::HorizontalReduction
12373 if (isGoodForReduction(Data) || in matchAssociativeReduction()
12413 if (!isGoodForReduction(Vals)) in tryToReduce()