Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.h48 static bool mergeBlocksIntoPredecessors(VPlan &Plan);
H A DVPlanTransforms.cpp315 bool VPlanTransforms::mergeBlocksIntoPredecessors(VPlan &Plan) { in mergeBlocksIntoPredecessors() function in VPlanTransforms
H A DLoopVectorize.cpp9164 ShouldSimplify |= VPlanTransforms::mergeBlocksIntoPredecessors(*Plan); in buildVPlanWithVPRecipes()
9168 VPlanTransforms::mergeBlocksIntoPredecessors(*Plan); in buildVPlanWithVPRecipes()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp663 static bool mergeBlocksIntoPredecessors(Loop &L, DominatorTree &DT, in mergeBlocksIntoPredecessors() function
710 Changed |= mergeBlocksIntoPredecessors(L, DT, LI, MSSAU, SE); in simplifyLoopCFG()