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()
7961 SmallVector<Instruction *, 4> ReductionOperations = in collectInLoopReductions() local7963 bool InLoop = !ReductionOperations.empty(); in collectInLoopReductions()7965 InLoopReductionChains[Phi] = ReductionOperations; in collectInLoopReductions()7968 for (auto *I : ReductionOperations) { in collectInLoopReductions()9185 const SmallVector<Instruction *, 4> &ReductionOperations = Reduction.second; in buildVPlanWithVPRecipes() local9188 for (auto &R : ReductionOperations) { in buildVPlanWithVPRecipes()9507 const SmallVector<Instruction *, 4> &ReductionOperations = Reduction.second; in adjustRecipesForInLoopReductions() local9517 for (Instruction *R : ReductionOperations) { in adjustRecipesForInLoopReductions()