Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp22191 SmallVector<Instruction *> PossibleReductionOps; in matchAssociativeReduction() local
22192 CheckOperands(TreeN, PossibleRedVals, PossibleReductionOps, Level); in matchAssociativeReduction()
22204 for (Instruction *I : reverse(PossibleReductionOps)) in matchAssociativeReduction()