Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp22055 static bool isGoodForReduction(ArrayRef<Value *> Data) { in isGoodForReduction() function in __anon07b2d7741c111::HorizontalReduction
22227 (!isGoodForReduction(Data) && in matchAssociativeReduction()
22260 if (!isGoodForReduction(Vals)) in tryToReduce()