Searched refs:ReductionOperations (Results 1 – 2 of 2) sorted by relevance
1164 SmallVector<Instruction *, 4> ReductionOperations; in getReductionOpChain() local1257 ReductionOperations.push_back(Cur); in getReductionOpChain()1261 ReductionOperations.push_back(Cur); in getReductionOpChain()1262 return ReductionOperations; in getReductionOpChain()
7428 SmallVector<Instruction *, 4> ReductionOperations = in collectInLoopReductions() local7430 bool InLoop = !ReductionOperations.empty(); in collectInLoopReductions()7432 InLoopReductionChains[Phi] = ReductionOperations; in collectInLoopReductions()7435 for (auto *I : ReductionOperations) { in collectInLoopReductions()8840 const SmallVector<Instruction *, 4> &ReductionOperations = Reduction.second; in buildVPlanWithVPRecipes() local8843 for (const auto &R : ReductionOperations) { in buildVPlanWithVPRecipes()9222 const SmallVector<Instruction *, 4> &ReductionOperations = Reduction.second; in adjustRecipesForReductions() local9232 for (Instruction *R : ReductionOperations) { in adjustRecipesForReductions()