Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
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()
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 …]
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()