Home
last modified time | relevance | path

Searched refs:simplifyRecipes (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.h221 static void simplifyRecipes(VPlan &Plan, Type &CanonicalIVTy);
H A DVPlanTransforms.cpp1210 void VPlanTransforms::simplifyRecipes(VPlan &Plan, Type &CanonicalIVTy) { in simplifyRecipes() function in VPlanTransforms
1503 VPlanTransforms::simplifyRecipes(Plan, *CanIVTy); in simplifyBranchConditionForVFAndUF()
1928 runPass(simplifyRecipes, Plan, *Plan.getCanonicalIV()->getScalarType()); in optimize()
1934 runPass(simplifyRecipes, Plan, *Plan.getCanonicalIV()->getScalarType()); in optimize()
H A DLoopVectorize.cpp7238 VPlanTransforms::simplifyRecipes(BestVPlan, *Legal->getWidestInductionType()); in executePlan()