Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8971 SmallVector<VPReductionPHIRecipe *> ReductionPHIList; in adjustRecipesForReductions() local
8974 ReductionPHIList.emplace_back(ReductionPhi); in adjustRecipesForReductions()
8977 stable_sort(ReductionPHIList, in adjustRecipesForReductions()
9003 if (HasIntermediateStore && ReductionPHIList.size() > 1) in adjustRecipesForReductions()
9004 for (VPRecipeBase *R : ReductionPHIList) in adjustRecipesForReductions()