Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlanAnalysis.cpp288 VPlan &Plan, DenseSet<VPRecipeBase *> &EphRecipes) { in collectEphemeralRecipesForVPlan() argument
299 EphRecipes.insert(RepR); in collectEphemeralRecipesForVPlan()
310 if (!OpR || OpR->mayHaveSideEffects() || EphRecipes.contains(OpR)) in collectEphemeralRecipesForVPlan()
312 if (any_of(Op->users(), [EphRecipes](VPUser *U) { in collectEphemeralRecipesForVPlan()
314 return !UR || !EphRecipes.contains(UR); in collectEphemeralRecipesForVPlan()
317 EphRecipes.insert(OpR); in collectEphemeralRecipesForVPlan()
HDVPlanAnalysis.h69 DenseSet<VPRecipeBase *> &EphRecipes);