Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h369 VPFirstOrderRecurrencePHISC, enumerator
H A DVPlan.h927 case VPRecipeBase::VPFirstOrderRecurrencePHISC: in classof()
1941 : VPHeaderPHIRecipe(VPDef::VPFirstOrderRecurrencePHISC, Phi, &Start) {} in VPFirstOrderRecurrencePHIRecipe()
1943 VP_CLASSOF_IMPL(VPDef::VPFirstOrderRecurrencePHISC) in VP_CLASSOF_IMPL()
1946 return R->getVPDefID() == VPDef::VPFirstOrderRecurrencePHISC; in VP_CLASSOF_IMPL()
H A DLoopVectorize.cpp4458 case VPDef::VPFirstOrderRecurrencePHISC: in willGenerateVectors()