Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4131 DenseSet<VPRecipeBase *> EphemeralRecipes; in willGenerateVectors() local
4132 collectEphemeralRecipesForVPlan(Plan, EphemeralRecipes); in willGenerateVectors()
4138 if (EphemeralRecipes.contains(&R)) in willGenerateVectors()