Home
last modified time | relevance | path

Searched refs:ReductionPHIList (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp8774 SmallVector<VPReductionPHIRecipe *> ReductionPHIList; in adjustRecipesForReductions() local
8777 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()