Lines Matching refs:else_bb
650 basic_block cond_bb, then_bb, else_bb; in expand_parallel_call() local
674 else_bb = create_empty_bb (then_bb); in expand_parallel_call()
676 set_immediate_dominator (CDI_DOMINATORS, else_bb, cond_bb); in expand_parallel_call()
685 gsi = gsi_start_bb (else_bb); in expand_parallel_call()
691 make_edge (cond_bb, else_bb, EDGE_FALSE_VALUE); in expand_parallel_call()
693 add_bb_to_loop (else_bb, cond_bb->loop_father); in expand_parallel_call()
695 e_else = make_edge (else_bb, bb, EDGE_FALLTHRU); in expand_parallel_call()
7227 basic_block cond_bb, then_bb, else_bb; in expand_omp_target() local
7245 else_bb = create_empty_bb (then_bb); in expand_omp_target()
7247 set_immediate_dominator (CDI_DOMINATORS, else_bb, cond_bb); in expand_omp_target()
7257 gsi = gsi_start_bb (else_bb); in expand_omp_target()
7264 make_edge (cond_bb, else_bb, EDGE_FALSE_VALUE); in expand_omp_target()
7266 add_bb_to_loop (else_bb, cond_bb->loop_father); in expand_omp_target()
7268 make_edge (else_bb, new_bb, EDGE_FALLTHRU); in expand_omp_target()