Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9347 VPRecipeBase *CompareRecipe = in adjustRecipesForInLoopReductions() local
9349 assert(isa<VPWidenRecipe>(CompareRecipe) && in adjustRecipesForInLoopReductions()
9351 assert(cast<VPWidenRecipe>(CompareRecipe)->getNumUsers() == 0 && in adjustRecipesForInLoopReductions()
9353 CompareRecipe->eraseFromParent(); in adjustRecipesForInLoopReductions()