Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp12257 SmallVector<Instruction *> PossibleReductionOps; in matchAssociativeReduction() local
12258 CheckOperands(TreeN, Args, PossibleRedVals, PossibleReductionOps); in matchAssociativeReduction()
12311 Worklist.append(PossibleReductionOps.rbegin(), in matchAssociativeReduction()
12312 PossibleReductionOps.rend()); in matchAssociativeReduction()