Searched refs:ReductionOperations (Results 1 – 2 of 2) sorted by relevance
870 SmallVector<Instruction *, 4> ReductionOperations; in getReductionOpChain() local930 ReductionOperations.push_back(Cur); in getReductionOpChain()934 ReductionOperations.push_back(Cur); in getReductionOpChain()935 return ReductionOperations; in getReductionOpChain()
7870 SmallVector<Instruction *, 4> ReductionOperations = in collectInLoopReductions() local7872 bool InLoop = !ReductionOperations.empty(); in collectInLoopReductions()7874 InLoopReductionChains[Phi] = ReductionOperations; in collectInLoopReductions()7877 for (auto *I : ReductionOperations) { in collectInLoopReductions()9021 const SmallVector<Instruction *, 4> &ReductionOperations = Reduction.second; in buildVPlanWithVPRecipes() local9024 for (auto &R : ReductionOperations) { in buildVPlanWithVPRecipes()9308 const SmallVector<Instruction *, 4> &ReductionOperations = Reduction.second; in adjustRecipesForInLoopReductions() local9315 for (Instruction *R : ReductionOperations) { in adjustRecipesForInLoopReductions()