Searched refs:VPReductionRecipe (Results 1 – 3 of 3) sorted by relevance
1217 class VPReductionRecipe : public VPRecipeBase, public VPValue {1224 VPReductionRecipe(RecurrenceDescriptor *R, Instruction *I, VPValue *ChainOp, in VPReductionRecipe() function1233 ~VPReductionRecipe() override = default;
1066 void VPReductionRecipe::print(raw_ostream &O, const Twine &Indent, in print()
9337 VPReductionRecipe *RedRecipe = new VPReductionRecipe( in adjustRecipesForInLoopReductions()9455 void VPReductionRecipe::execute(VPTransformState &State) { in execute()