Lines Matching refs:bind_body

6125   gimple_seq bind_body, bind_body_tail = NULL, dlist;  in lower_omp_single()  local
6132 bind_body = NULL; in lower_omp_single()
6135 &bind_body, &dlist, ctx, NULL); in lower_omp_single()
6138 gimple_seq_add_stmt (&bind_body, single_stmt); in lower_omp_single()
6141 lower_omp_single_copy (single_stmt, &bind_body, ctx); in lower_omp_single()
6143 lower_omp_single_simple (single_stmt, &bind_body); in lower_omp_single()
6147 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_single()
6149 bind_body = maybe_catch_exception (bind_body); in lower_omp_single()
6164 gimple_seq_add_seq (&bind_body, bind_body_tail); in lower_omp_single()
6165 gimple_bind_set_body (bind, bind_body); in lower_omp_single()
8630 gimple_seq bind_body = NULL; in lower_omp_teams() local
8642 gimplify_expr (&num_teams, &bind_body, NULL, is_gimple_val, fb_rvalue); in lower_omp_teams()
8652 gimplify_expr (&thread_limit, &bind_body, NULL, is_gimple_val, in lower_omp_teams()
8657 &bind_body, &dlist, ctx, NULL); in lower_omp_teams()
8662 gimple_seq_add_stmt (&bind_body, teams_stmt); in lower_omp_teams()
8667 gimple_seq_add_stmt (&bind_body, call); in lower_omp_teams()
8670 gimple_seq_add_seq (&bind_body, gimple_omp_body (teams_stmt)); in lower_omp_teams()
8672 gimple_seq_add_seq (&bind_body, olist); in lower_omp_teams()
8673 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_teams()
8675 gimple_seq_add_stmt (&bind_body, gimple_build_omp_return (true)); in lower_omp_teams()
8676 gimple_bind_set_body (bind, bind_body); in lower_omp_teams()