Searched refs:CurRecipe (Results 1 – 1 of 1) sorted by relevance
2135 VPRecipeBase &CurRecipe, in optimizeMaskToEVL() argument2148 return TypeSwitch<VPRecipeBase *, VPRecipeBase *>(&CurRecipe) in optimizeMaskToEVL()2240 auto *CurRecipe = cast<VPRecipeBase>(U); in transformRecipestoEVLRecipes() local2242 optimizeMaskToEVL(HeaderMask, *CurRecipe, TypeInfo, *AllOneMask, EVL); in transformRecipestoEVLRecipes()2247 assert(NumDefVal == CurRecipe->getNumDefinedValues() && in transformRecipestoEVLRecipes()2253 EVLRecipe->insertBefore(CurRecipe); in transformRecipestoEVLRecipes()2255 VPValue *CurVPV = CurRecipe->getVPSingleValue(); in transformRecipestoEVLRecipes()2258 ToErase.push_back(CurRecipe); in transformRecipestoEVLRecipes()