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.cpp4423 DenseSet<VPRecipeBase *> EphemeralRecipes; in willGenerateVectors() local
4424 collectEphemeralRecipesForVPlan(Plan, EphemeralRecipes); in willGenerateVectors()
4430 if (EphemeralRecipes.contains(&R)) in willGenerateVectors()