Lines Matching refs:else_bb
671 basic_block cond_bb, then_bb, else_bb; in expand_parallel_call() local
695 else_bb = create_empty_bb (then_bb); in expand_parallel_call()
697 set_immediate_dominator (CDI_DOMINATORS, else_bb, cond_bb); in expand_parallel_call()
706 gsi = gsi_start_bb (else_bb); in expand_parallel_call()
712 make_edge (cond_bb, else_bb, EDGE_FALSE_VALUE); in expand_parallel_call()
714 add_bb_to_loop (else_bb, cond_bb->loop_father); in expand_parallel_call()
716 e_else = make_edge (else_bb, bb, EDGE_FALLTHRU); in expand_parallel_call()
7612 basic_block cond_bb, then_bb, else_bb; in expand_omp_target() local
7630 else_bb = create_empty_bb (then_bb); in expand_omp_target()
7632 set_immediate_dominator (CDI_DOMINATORS, else_bb, cond_bb); in expand_omp_target()
7642 gsi = gsi_start_bb (else_bb); in expand_omp_target()
7656 make_edge (cond_bb, else_bb, EDGE_FALSE_VALUE); in expand_omp_target()
7658 add_bb_to_loop (else_bb, cond_bb->loop_father); in expand_omp_target()
7660 make_edge (else_bb, new_bb, EDGE_FALLTHRU); in expand_omp_target()