Home | History | Annotate | Download | only in gcc

Lines Matching refs:join_bb

3165      if (cond) goto MIDDLE_BB; else goto JOIN_BB (edge E1)
3169 JOIN_BB:
3178 cond_store_replacement (basic_block middle_bb, basic_block join_bb,
3263 newphi = create_phi_node (name2, join_bb);
3270 gsi = gsi_after_labels (join_bb);
3273 gsi = gsi_last_bb (join_bb);
3295 basic_block join_bb, gimple *then_assign,
3347 newphi = create_phi_node (name, join_bb);
3354 gsi = gsi_after_labels (join_bb);
3357 gsi = gsi_last_bb (join_bb);
3407 goto JOIN_BB;
3413 JOIN_BB:
3416 We check that it is safe to sink the store to JOIN_BB by verifying that
3422 basic_block join_bb)
3438 for (gphi_iterator si = gsi_start_phis (join_bb); !gsi_end_p (si);
3454 return cond_if_else_store_replacement_1 (then_bb, else_bb, join_bb,
3542 blocks[2] = join_bb;
3593 res = cond_if_else_store_replacement_1 (then_bb, else_bb, join_bb,