Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9159 bool ShouldSimplify = true; in buildVPlanWithVPRecipes() local
9160 while (ShouldSimplify) { in buildVPlanWithVPRecipes()
9161 ShouldSimplify = VPlanTransforms::sinkScalarOperands(*Plan); in buildVPlanWithVPRecipes()
9162 ShouldSimplify |= in buildVPlanWithVPRecipes()
9164 ShouldSimplify |= VPlanTransforms::mergeBlocksIntoPredecessors(*Plan); in buildVPlanWithVPRecipes()