Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp14377 SmallVector<Value *> PossibleRedVals; in matchAssociativeReduction() local
14379 CheckOperands(TreeN, Args, PossibleRedVals, PossibleReductionOps); in matchAssociativeReduction()
14391 for (Value *V : PossibleRedVals) { in matchAssociativeReduction()
14414 auto PossibleRedVals = PossibleReducedVals.second.takeVector(); in matchAssociativeReduction() local
14416 for (auto It = PossibleRedVals.begin(), E = PossibleRedVals.end(); in matchAssociativeReduction()