Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1140 struct VPFirstOrderRecurrencePHIRecipe : public VPWidenPHIRecipe { struct
1141 VPFirstOrderRecurrencePHIRecipe(PHINode *Phi, VPValue &Start) in VPFirstOrderRecurrencePHIRecipe() function
1146 static inline bool classof(const VPRecipeBase *R) { in classof()
1149 static inline bool classof(const VPWidenPHIRecipe *D) { in classof()
1152 static inline bool classof(const VPValue *V) { in classof()