Searched refs:ReductionPHIList (Results 1 – 1 of 1) sorted by relevance
8774 SmallVector<VPReductionPHIRecipe *> ReductionPHIList; in adjustRecipesForReductions() local8777 ReductionPHIList.emplace_back(ReductionPhi); in adjustRecipesForReductions()8780 stable_sort(ReductionPHIList, in adjustRecipesForReductions()8806 if (HasIntermediateStore && ReductionPHIList.size() > 1) in adjustRecipesForReductions()8807 for (VPRecipeBase *R : ReductionPHIList) in adjustRecipesForReductions()