Home
last modified time | relevance | path

Searched defs:VPFirstOrderRecurrencePHIRecipe (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2195 struct VPFirstOrderRecurrencePHIRecipe : public VPHeaderPHIRecipe { struct
2196 VPFirstOrderRecurrencePHIRecipe(PHINode *Phi, VPValue &Start) in VPFirstOrderRecurrencePHIRecipe() function
2201 VPFirstOrderRecurrencePHIRecipe *clone() override { in VP_CLASSOF_IMPL() argument
2219 bool onlyFirstLaneUsed(const VPValue *Op) const override { in onlyFirstLaneUsed()