Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp22190 SmallVector<Value *> PossibleRedVals; in matchAssociativeReduction() local
22192 CheckOperands(TreeN, PossibleRedVals, PossibleReductionOps, Level); in matchAssociativeReduction()
22196 for (Value *V : PossibleRedVals) { in matchAssociativeReduction()
22211 auto PossibleRedVals = PossibleReducedVals.second.takeVector(); in matchAssociativeReduction() local
22213 for (auto It = PossibleRedVals.begin(), E = PossibleRedVals.end(); in matchAssociativeReduction()