Searched refs:mergeBlocksIntoPredecessors (Results 1 – 4 of 4) sorted by relevance
48 static bool mergeBlocksIntoPredecessors(VPlan &Plan);
315 bool VPlanTransforms::mergeBlocksIntoPredecessors(VPlan &Plan) { in mergeBlocksIntoPredecessors() function in VPlanTransforms
9164 ShouldSimplify |= VPlanTransforms::mergeBlocksIntoPredecessors(*Plan); in buildVPlanWithVPRecipes()9168 VPlanTransforms::mergeBlocksIntoPredecessors(*Plan); in buildVPlanWithVPRecipes()
663 static bool mergeBlocksIntoPredecessors(Loop &L, DominatorTree &DT, in mergeBlocksIntoPredecessors() function710 Changed |= mergeBlocksIntoPredecessors(L, DT, LI, MSSAU, SE); in simplifyLoopCFG()