Lines Matching refs:bind_body

8031   gimple_seq bind_body, bind_body_tail = NULL, dlist;  in lower_omp_single()  local
8038 bind_body = NULL; in lower_omp_single()
8041 &bind_body, &dlist, ctx, NULL); in lower_omp_single()
8044 gimple_seq_add_stmt (&bind_body, single_stmt); in lower_omp_single()
8047 lower_omp_single_copy (single_stmt, &bind_body, ctx); in lower_omp_single()
8049 lower_omp_single_simple (single_stmt, &bind_body); in lower_omp_single()
8053 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_single()
8055 bind_body = maybe_catch_exception (bind_body); in lower_omp_single()
8069 gimple_seq_add_seq (&bind_body, bind_body_tail); in lower_omp_single()
8070 gimple_bind_set_body (bind, bind_body); in lower_omp_single()
12640 gimple_seq bind_body = NULL; in lower_omp_teams() local
12652 gimplify_expr (&num_teams, &bind_body, NULL, is_gimple_val, fb_rvalue); in lower_omp_teams()
12662 gimplify_expr (&thread_limit, &bind_body, NULL, is_gimple_val, in lower_omp_teams()
12667 &bind_body, &dlist, ctx, NULL); in lower_omp_teams()
12673 gimple_seq_add_stmt (&bind_body, teams_stmt); in lower_omp_teams()
12678 gimple_seq_add_stmt (&bind_body, call); in lower_omp_teams()
12681 gimple_seq_add_seq (&bind_body, gimple_omp_body (teams_stmt)); in lower_omp_teams()
12683 gimple_seq_add_seq (&bind_body, olist); in lower_omp_teams()
12684 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_teams()
12686 gimple_seq_add_stmt (&bind_body, gimple_build_omp_return (true)); in lower_omp_teams()
12687 gimple_bind_set_body (bind, bind_body); in lower_omp_teams()