Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp14258 static bool isGoodForReduction(ArrayRef<Value *> Data) { in isGoodForReduction() function in __anon3e6d93aa10011::HorizontalReduction
14429 if (isGoodForReduction(Data) || in matchAssociativeReduction()
14469 if (!isGoodForReduction(Vals)) in tryToReduce()