Searched refs:VPWidenPointerInductionRecipe (Results 1 – 4 of 4) sorted by relevance
688 if (isa<VPWidenPointerInductionRecipe>(&R) || in execute()694 auto *WidenPhi = cast<VPWidenPointerInductionRecipe>(&R); in execute()
1168 class VPWidenPointerInductionRecipe : public VPHeaderPHIRecipe {1176 VPWidenPointerInductionRecipe(PHINode *Phi, VPValue *Start, VPValue *Step, in VPWidenPointerInductionRecipe() function1186 ~VPWidenPointerInductionRecipe() override = default;
1072 bool VPWidenPointerInductionRecipe::onlyScalarsGenerated(ElementCount VF) { in onlyScalarsGenerated()1078 void VPWidenPointerInductionRecipe::print(raw_ostream &O, const Twine &Indent, in print()
8243 return new VPWidenPointerInductionRecipe( in tryToOptimizeInductionPHI()9453 void VPWidenPointerInductionRecipe::execute(VPTransformState &State) { in execute()10518 if (auto *Ind = dyn_cast<VPWidenPointerInductionRecipe>(&R)) { in processLoop()