Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9337 VPReductionRecipe *RedRecipe = new VPReductionRecipe( in adjustRecipesForInLoopReductions() local
9339 WidenRecipe->getVPSingleValue()->replaceAllUsesWith(RedRecipe); in adjustRecipesForInLoopReductions()
9341 Plan->addVPValue(R, RedRecipe); in adjustRecipesForInLoopReductions()
9342 WidenRecipe->getParent()->insert(RedRecipe, WidenRecipe->getIterator()); in adjustRecipesForInLoopReductions()
9343 WidenRecipe->getVPSingleValue()->replaceAllUsesWith(RedRecipe); in adjustRecipesForInLoopReductions()