Home
last modified time | relevance | path

Searched refs:bind_body (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-oacc-kernels-decompose.cc897 gimple *bind_body; in maybe_build_inner_data_region() local
900 bind_body = gimple_build_try (inner_data_region, inner_cleanup, in maybe_build_inner_data_region()
903 bind_body = inner_data_region; in maybe_build_inner_data_region()
904 body = gimple_build_bind (inner_bind_vars, bind_body, make_node (BLOCK)); in maybe_build_inner_data_region()
H A Domp-low.cc8830 gimple_seq bind_body, bind_body_tail = NULL, dlist; in lower_omp_single() local
8837 bind_body = NULL; in lower_omp_single()
8840 &bind_body, &dlist, ctx, NULL); in lower_omp_single()
8843 gimple_seq_add_stmt (&bind_body, single_stmt); in lower_omp_single()
8846 lower_omp_single_copy (single_stmt, &bind_body, ctx); in lower_omp_single()
8848 lower_omp_single_simple (single_stmt, &bind_body); in lower_omp_single()
8852 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_single()
8854 bind_body = maybe_catch_exception (bind_body); in lower_omp_single()
8868 gimple_seq_add_seq (&bind_body, bind_body_tail); in lower_omp_single()
8869 gimple_bind_set_body (bind, bind_body); in lower_omp_single()
[all …]
H A Dgimplify.cc2775 gimple_seq bind_body = NULL; in gimplify_switch_expr() local
2776 gimplify_seq_add_stmt (&bind_body, switch_stmt); in gimplify_switch_expr()
2777 gimple_seq_add_seq (&bind_body, switch_body_seq); in gimplify_switch_expr()
2778 gbind *bind = gimple_build_bind (NULL_TREE, bind_body, NULL_TREE); in gimplify_switch_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-low.c8097 gimple_seq bind_body, bind_body_tail = NULL, dlist; in lower_omp_single() local
8104 bind_body = NULL; in lower_omp_single()
8107 &bind_body, &dlist, ctx, NULL); in lower_omp_single()
8110 gimple_seq_add_stmt (&bind_body, single_stmt); in lower_omp_single()
8113 lower_omp_single_copy (single_stmt, &bind_body, ctx); in lower_omp_single()
8115 lower_omp_single_simple (single_stmt, &bind_body); in lower_omp_single()
8119 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_single()
8121 bind_body = maybe_catch_exception (bind_body); in lower_omp_single()
8135 gimple_seq_add_seq (&bind_body, bind_body_tail); in lower_omp_single()
8136 gimple_bind_set_body (bind, bind_body); in lower_omp_single()
[all …]
H A Domp-grid.c166 gimple_seq bind_body = gimple_bind_body (bind); in grid_find_single_omp_among_assignments_1() local
167 if (!grid_find_single_omp_among_assignments_1 (bind_body, grid, name, in grid_find_single_omp_among_assignments_1()
H A Dgimplify.c2552 gimple_seq bind_body = NULL; in gimplify_switch_expr() local
2553 gimplify_seq_add_stmt (&bind_body, switch_stmt); in gimplify_switch_expr()
2554 gimple_seq_add_seq (&bind_body, switch_body_seq); in gimplify_switch_expr()
2555 gbind *bind = gimple_build_bind (NULL_TREE, bind_body, NULL_TREE); in gimplify_switch_expr()