Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10902 SmallVector<Instruction *> PossibleReductionOps; in matchAssociativeReduction() local
10903 CheckOperands(TreeN, Args, PossibleRedVals, PossibleReductionOps); in matchAssociativeReduction()
10938 Worklist.append(PossibleReductionOps.rbegin(), in matchAssociativeReduction()
10939 PossibleReductionOps.rend()); in matchAssociativeReduction()