Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp1480 auto *CurRecipe = dyn_cast<VPRecipeBase>(U); in tryAddExplicitVectorLength() local
1481 if (!CurRecipe) in tryAddExplicitVectorLength()
1488 if (auto *MemR = dyn_cast<VPWidenMemoryRecipe>(CurRecipe)) { in tryAddExplicitVectorLength()
1496 } else if (auto *RedR = dyn_cast<VPReductionRecipe>(CurRecipe)) { in tryAddExplicitVectorLength()
1503 assert(NumDefVal == CurRecipe->getNumDefinedValues() && in tryAddExplicitVectorLength()
1509 NewRecipe->insertBefore(CurRecipe); in tryAddExplicitVectorLength()
1511 VPValue *CurVPV = CurRecipe->getVPSingleValue(); in tryAddExplicitVectorLength()
1514 CurRecipe->eraseFromParent(); in tryAddExplicitVectorLength()