HomeSort by: relevance | last modified time | path
    Searched defs:bind_body (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
omp-oacc-kernels-decompose.cc 898 gimple *bind_body; local
901 bind_body = gimple_build_try (inner_data_region, inner_cleanup,
904 bind_body = inner_data_region;
905 body = gimple_build_bind (inner_bind_vars, bind_body, make_node (BLOCK));
omp-low.cc 8790 gimple_seq bind_body, bind_body_tail = NULL, dlist;
8797 bind_body = NULL;
8800 &bind_body, &dlist, ctx, NULL);
8803 gimple_seq_add_stmt (&bind_body, single_stmt);
8806 lower_omp_single_copy (single_stmt, &bind_body, ctx);
8808 lower_omp_single_simple (single_stmt, &bind_body);
8812 gimple_seq_add_seq (&bind_body, dlist);
8814 bind_body = maybe_catch_exception (bind_body);
8828 gimple_seq_add_seq (&bind_body, bind_body_tail)
8788 gimple_seq bind_body, bind_body_tail = NULL, dlist; local
8798 &bind_body, &dlist, ctx, NULL); local
8846 gimple_seq bind_body, bind_body_tail = NULL, dlist; local
8878 &bind_body, &dlist, ctx, NULL); local
8889 &bind_body, &clist, ctx); local
    [all...]
gimplify.cc 3028 gimple_seq bind_body = NULL;
3029 gimplify_seq_add_stmt (&bind_body, switch_stmt);
3030 gimple_seq_add_seq (&bind_body, switch_body_seq);
3031 gbind *bind = gimple_build_bind (NULL_TREE, bind_body, NULL_TREE);
3025 gimple_seq bind_body = NULL; local
  /src/external/gpl3/gcc.old/dist/gcc/
omp-oacc-kernels-decompose.cc 897 gimple *bind_body; local
900 bind_body = gimple_build_try (inner_data_region, inner_cleanup,
903 bind_body = inner_data_region;
904 body = gimple_build_bind (inner_bind_vars, bind_body, make_node (BLOCK));
omp-low.cc 8832 gimple_seq bind_body, bind_body_tail = NULL, dlist;
8839 bind_body = NULL;
8842 &bind_body, &dlist, ctx, NULL);
8845 gimple_seq_add_stmt (&bind_body, single_stmt);
8848 lower_omp_single_copy (single_stmt, &bind_body, ctx);
8850 lower_omp_single_simple (single_stmt, &bind_body);
8854 gimple_seq_add_seq (&bind_body, dlist);
8856 bind_body = maybe_catch_exception (bind_body);
8870 gimple_seq_add_seq (&bind_body, bind_body_tail)
8830 gimple_seq bind_body, bind_body_tail = NULL, dlist; local
8840 &bind_body, &dlist, ctx, NULL); local
8888 gimple_seq bind_body, bind_body_tail = NULL, dlist; local
8920 &bind_body, &dlist, ctx, NULL); local
8931 &bind_body, &clist, ctx); local
    [all...]
gimplify.cc 2778 gimple_seq bind_body = NULL;
2779 gimplify_seq_add_stmt (&bind_body, switch_stmt);
2780 gimple_seq_add_seq (&bind_body, switch_body_seq);
2781 gbind *bind = gimple_build_bind (NULL_TREE, bind_body, NULL_TREE);
2775 gimple_seq bind_body = NULL; local

Completed in 53 milliseconds