Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10901 SmallVector<Value *> PossibleRedVals; in matchAssociativeReduction() local
10903 CheckOperands(TreeN, Args, PossibleRedVals, PossibleReductionOps); in matchAssociativeReduction()
10915 for (Value *V : PossibleRedVals) { in matchAssociativeReduction()
10967 auto PossibleRedVals = PossibleReducedVals.second.takeVector(); in matchAssociativeReduction() local
10969 for (auto It = PossibleRedVals.begin(), E = PossibleRedVals.end(); in matchAssociativeReduction()