Searched refs:ReductionOperations (Results 1 – 2 of 2) sorted by relevance
896 SmallVector<Instruction *, 4> ReductionOperations; in getReductionOpChain() local956 ReductionOperations.push_back(Cur); in getReductionOpChain()960 ReductionOperations.push_back(Cur); in getReductionOpChain()961 return ReductionOperations; in getReductionOpChain()
7955 SmallVector<Instruction *, 4> ReductionOperations = in collectInLoopReductions() local7957 bool InLoop = !ReductionOperations.empty(); in collectInLoopReductions()7959 InLoopReductionChains[Phi] = ReductionOperations; in collectInLoopReductions()7962 for (auto *I : ReductionOperations) { in collectInLoopReductions()9179 const SmallVector<Instruction *, 4> &ReductionOperations = Reduction.second; in buildVPlanWithVPRecipes() local9182 for (auto &R : ReductionOperations) { in buildVPlanWithVPRecipes()9501 const SmallVector<Instruction *, 4> &ReductionOperations = Reduction.second; in adjustRecipesForInLoopReductions() local9511 for (Instruction *R : ReductionOperations) { in adjustRecipesForInLoopReductions()