Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8826 auto *UserRecipe = dyn_cast<VPSingleDefRecipe>(U); in adjustRecipesForReductions() local
8827 if (!UserRecipe) { in adjustRecipesForReductions()
8832 Worklist.insert(UserRecipe); in adjustRecipesForReductions()