Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.h47 static void removeRedundantInductionCasts(VPlan &Plan);
H A DVPlanTransforms.cpp299 void VPlanTransforms::removeRedundantInductionCasts(VPlan &Plan) { in removeRedundantInductionCasts() function in VPlanTransforms
H A DLoopVectorize.cpp8946 VPlanTransforms::removeRedundantInductionCasts(*Plan); in buildVPlanWithVPRecipes()