Searched refs:EphRecipes (Results 1 – 2 of 2) sorted by relevance
288 VPlan &Plan, DenseSet<VPRecipeBase *> &EphRecipes) { in collectEphemeralRecipesForVPlan() argument299 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()
69 DenseSet<VPRecipeBase *> &EphRecipes);