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.cpp17080 SmallVector<Instruction *> PossibleReductionOps; in matchAssociativeReduction() local
17081 CheckOperands(TreeN, Args, PossibleRedVals, PossibleReductionOps); in matchAssociativeReduction()
17101 Worklist.append(PossibleReductionOps.rbegin(), in matchAssociativeReduction()
17102 PossibleReductionOps.rend()); in matchAssociativeReduction()