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/
DSLPVectorizer.cpp12148 static bool isGoodForReduction(ArrayRef<Value *> Data) { in isGoodForReduction() function in __anona63229f0bf11::HorizontalReduction
12373 if (isGoodForReduction(Data) || in matchAssociativeReduction()
12413 if (!isGoodForReduction(Vals)) in tryToReduce()