Searched refs:UserRecipe (Results 1 – 2 of 2) sorted by relevance
775 auto *UserRecipe = dyn_cast<VPRecipeBase>(U); in clearReductionWrapFlags() local776 if (!UserRecipe) in clearReductionWrapFlags()778 for (VPValue *V : UserRecipe->definedValues()) in clearReductionWrapFlags()
9023 auto *UserRecipe = dyn_cast<VPSingleDefRecipe>(U); in adjustRecipesForReductions() local9024 if (!UserRecipe) { in adjustRecipesForReductions()9029 Worklist.insert(UserRecipe); in adjustRecipesForReductions()