Home
last modified time | relevance | path

Searched refs:body_bb (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDomp-expand.c1899 basic_block body_bb) in extract_omp_for_update_vars() argument
1965 e = make_edge (bb, body_bb, EDGE_TRUE_VALUE); in extract_omp_for_update_vars()
1969 make_edge (bb, body_bb, EDGE_FALLTHRU); in extract_omp_for_update_vars()
2284 basic_block cont_bb, basic_block body_bb, in expand_omp_for_ordered_loops() argument
2292 gimple_stmt_iterator gsi = gsi_after_labels (body_bb); in expand_omp_for_ordered_loops()
2309 gimple_stmt_iterator gsi = gsi_after_labels (body_bb); in expand_omp_for_ordered_loops()
2322 gsi = gsi_last_bb (body_bb); in expand_omp_for_ordered_loops()
2323 edge e1 = split_block (body_bb, gsi_stmt (gsi)); in expand_omp_for_ordered_loops()
2325 if (body_bb == cont_bb) in expand_omp_for_ordered_loops()
2376 make_edge (body_bb, new_header, EDGE_FALLTHRU); in expand_omp_for_ordered_loops()
[all …]
HDomp-simd-clone.c1141 basic_block body_bb = split_block_after_labels (entry_bb)->dest; in simd_clone_adjust() local
1160 add_bb_to_loop (incr_bb, body_bb->loop_father); in simd_clone_adjust()
1172 add_bb_to_loop (incr_bb, body_bb->loop_father); in simd_clone_adjust()
1190 loop->header = body_bb; in simd_clone_adjust()
1291 redirect_edge_succ (FALLTHRU_EDGE (latch_bb), body_bb); in simd_clone_adjust()
1303 gphi *phi = create_phi_node (iter1, body_bb); in simd_clone_adjust()
1304 edge preheader_edge = find_edge (entry_bb, body_bb); in simd_clone_adjust()
1351 gsi = gsi_after_labels (body_bb); in simd_clone_adjust()
1371 gsi = gsi_after_labels (body_bb); in simd_clone_adjust()
1463 phi = create_phi_node (iter1, body_bb); in simd_clone_adjust()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
HDomp-low.c4192 basic_block body_bb, cont_bb; in expand_omp_for_static_nochunk() local
4207 body_bb = single_succ (seq_start_bb); in expand_omp_for_static_nochunk()
4208 gcc_assert (BRANCH_EDGE (cont_bb)->dest == body_bb); in expand_omp_for_static_nochunk()
4353 find_edge (cont_bb, body_bb)->flags = EDGE_TRUE_VALUE; in expand_omp_for_static_nochunk()
4359 set_immediate_dominator (CDI_DOMINATORS, body_bb, in expand_omp_for_static_nochunk()
4360 recompute_dominator (CDI_DOMINATORS, body_bb)); in expand_omp_for_static_nochunk()
4409 basic_block entry_bb, exit_bb, body_bb, seq_start_bb, iter_part_bb; in expand_omp_for_static_chunk() local
4428 body_bb = single_succ (seq_start_bb); in expand_omp_for_static_chunk()
4429 gcc_assert (BRANCH_EDGE (cont_bb)->dest == body_bb); in expand_omp_for_static_chunk()
4586 find_edge (cont_bb, body_bb)->flags = EDGE_TRUE_VALUE; in expand_omp_for_static_chunk()
[all …]