Home
last modified time | relevance | path

Searched refs:gimplify_stmt (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.h74 extern bool gimplify_stmt (tree *, gimple_seq *);
H A Dgimplify.c488 gimplify_stmt (&t, seq_p); in gimplify_and_add()
1428 gimplify_stmt (&BIND_EXPR_BODY (bind_expr), &body); in gimplify_bind_expr()
1873 gimplify_stmt (tsi_stmt_ptr (i), pre_p); in gimplify_statement_list()
2494 gimplify_stmt (&SWITCH_BODY (switch_expr), &switch_body_seq); in gimplify_switch_expr()
4141 gimplify_stmt (&expr, pre_p); in gimplify_cond_expr()
4170 gimplify_stmt (expr_p, &seq); in gimplify_cond_expr()
4244 have_then_clause_p = gimplify_stmt (&TREE_OPERAND (expr, 1), &seq); in gimplify_cond_expr()
4273 have_else_clause_p = gimplify_stmt (&TREE_OPERAND (expr, 2), &seq); in gimplify_cond_expr()
4289 gimplify_stmt (&expr, pre_p); in gimplify_cond_expr()
5106 gimplify_stmt (expr_p, pre_p); in gimplify_init_constructor()
[all …]
H A Domp-low.c8651 gimplify_stmt (&x, &tseq); in lower_omp_task_reductions()
8734 gimplify_stmt (&x, &tseq); in lower_omp_task_reductions()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimplify.h74 extern bool gimplify_stmt (tree *, gimple_seq *);
H A Dgimplify.cc496 gimplify_stmt (&t, seq_p); in gimplify_and_add()
1428 gimplify_stmt (&BIND_EXPR_BODY (bind_expr), &body); in gimplify_bind_expr()
2019 gimplify_stmt (tsi_stmt_ptr (i), pre_p); in gimplify_statement_list()
2716 gimplify_stmt (&SWITCH_BODY (switch_expr), &switch_body_seq); in gimplify_switch_expr()
4380 gimplify_stmt (&expr, pre_p); in gimplify_cond_expr()
4409 gimplify_stmt (expr_p, &seq); in gimplify_cond_expr()
4494 have_then_clause_p = gimplify_stmt (&TREE_OPERAND (expr, 1), &seq); in gimplify_cond_expr()
4540 have_else_clause_p = gimplify_stmt (&TREE_OPERAND (expr, 2), &seq); in gimplify_cond_expr()
4556 gimplify_stmt (&expr, pre_p); in gimplify_cond_expr()
5373 gimplify_stmt (expr_p, pre_p); in gimplify_init_constructor()
[all …]
H A DChangeLog.tuples4635 gimplify_one_sizepos, gimplify_stmt, gimplify_and_add,
6404 gimplify_stmt with the expression just built instead of the
7083 Call gimplify_stmt instead of gimplify_statement_list
7666 * tree-gimple.h (gimplify_stmt): Return bool.
7676 (gimplify_stmt): Return true if we added a statement to the queue.
8074 Add argument to gimplify_stmt calls.
8116 (gimplify_stmt): Same.
8185 (gimplify_stmt): Adjust for sequences.
8218 (gimplify_stmt): Add seq_p argument.
H A Domp-low.cc9493 gimplify_stmt (&x, &tseq); in lower_omp_task_reductions()
9576 gimplify_stmt (&x, &tseq); in lower_omp_task_reductions()
H A DChangeLog.tree-ssa5755 (gimplify_stmt): Ensure non-null result.
5895 (c_build_bind_expr): Do not call gimplify_stmt.
6687 (gimplify_expr, gimplify_stmt, gimplify_body): Update.
6696 body. Pass entire bind_expr to gimplify_stmt.
H A DChangeLog-201226179 * gimplify.c (gimplify_stmt): Ditto.
35066 in_cleanup_point_expr before gimplify_stmt call and restore it
H A DChangeLog-200428263 gimplify_stmt, gimplify_expr): Likewise.
29647 (gimplify_condition): Use gimplify_stmt.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20081176 gimplify_stmt.
1191 (gimplify_cp_loop): Comment out calls to gimplify_stmt.
1193 (gimplify_switch_stmt): Comment out call to gimplify_stmt.
1196 Comment out call to gimplify_stmt and append_to_statement_list.
H A DChangeLog-20044788 (genericize_try_block): Use gimplify_stmt.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.cc6842 gimplify_stmt (&barrier_expr, &red_seq); in nvptx_lockfull_update()
6860 gimplify_stmt (&barrier_expr, &red_seq); in nvptx_lockfull_update()