Home
last modified time | relevance | path

Searched refs:VPExpandSCEVRecipe (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DVPlan.cpp1124 VPExpandSCEVRecipe *Step = new VPExpandSCEVRecipe(Expr, SE); in getOrCreateVPValueForSCEVExpr()
DVPlanTransforms.cpp475 auto *ExpR = dyn_cast<VPExpandSCEVRecipe>(&R); in removeRedundantExpandSCEVRecipes()
DVPlan.h1729 class VPExpandSCEVRecipe : public VPRecipeBase, public VPValue {
1734 VPExpandSCEVRecipe(const SCEV *Expr, ScalarEvolution &SE) in VPExpandSCEVRecipe() function
1738 ~VPExpandSCEVRecipe() override = default;
DVPlanRecipes.cpp1088 void VPExpandSCEVRecipe::execute(VPTransformState &State) { in execute()
1101 void VPExpandSCEVRecipe::print(raw_ostream &O, const Twine &Indent, in print()