Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9533 VPReductionRecipe *RedRecipe = new VPReductionRecipe( in adjustRecipesForInLoopReductions() local
9535 WidenRecipe->getVPSingleValue()->replaceAllUsesWith(RedRecipe); in adjustRecipesForInLoopReductions()
9537 Plan->addVPValue(R, RedRecipe); in adjustRecipesForInLoopReductions()
9538 WidenRecipe->getParent()->insert(RedRecipe, WidenRecipe->getIterator()); in adjustRecipesForInLoopReductions()
9539 WidenRecipe->getVPSingleValue()->replaceAllUsesWith(RedRecipe); in adjustRecipesForInLoopReductions()