Searched refs:VPWidenPHIRecipe (Results 1 – 5 of 5) sorted by relevance
55 NewRecipe = new VPWidenPHIRecipe(Phi); in VPInstructionsToVPRecipes()
712 class VPWidenPHIRecipe : public VPRecipeBase {717 VPWidenPHIRecipe(PHINode *Phi) : VPRecipeBase(VPWidenPHISC), Phi(Phi) {} in VPWidenPHIRecipe() function718 ~VPWidenPHIRecipe() override = default;
532 void VPWidenPHIRecipe::print(raw_ostream &O, const Twine &Indent) const { in print()
6888 VPBB->appendRecipe(new VPWidenPHIRecipe(Phi)); in tryToCreateRecipe()7102 void VPWidenPHIRecipe::execute(VPTransformState &State) { in execute()
137 auto *Phi = dyn_cast<VPWidenPHIRecipe>(&*Iter++); in TEST_F()