Home
last modified time | relevance | path

Searched refs:gimplify_compound_expr (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c243 static enum gimplify_status gimplify_compound_expr (tree *, gimple_seq *, bool);
4150 gimplify_compound_expr (&TREE_OPERAND (expr, 0), pre_p, true); in gimplify_cond_expr()
5366 gimplify_compound_expr (from_p, pre_p, true); in gimplify_modify_expr_rhs()
6022 gimplify_compound_expr (tree *expr_p, gimple_seq *pre_p, bool want_value) in gimplify_compound_expr() function
6031 gimplify_compound_expr (sub_p, pre_p, false); in gimplify_compound_expr()
13633 ret = gimplify_compound_expr (expr_p, pre_p, fallback != fb_none); in gimplify_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc249 static enum gimplify_status gimplify_compound_expr (tree *, gimple_seq *, bool);
4389 gimplify_compound_expr (&TREE_OPERAND (expr, 0), pre_p, true); in gimplify_cond_expr()
5662 gimplify_compound_expr (from_p, pre_p, true); in gimplify_modify_expr_rhs()
6334 gimplify_compound_expr (tree *expr_p, gimple_seq *pre_p, bool want_value) in gimplify_compound_expr() function
6343 gimplify_compound_expr (sub_p, pre_p, false); in gimplify_compound_expr()
15094 ret = gimplify_compound_expr (expr_p, pre_p, fallback != fb_none); in gimplify_expr()
H A DChangeLog.tuples7888 (gimplify_compound_expr): Enable. Adjust for tuples. Remove comment
7890 (gimplify_expr): Enable call to gimplify_compound_expr.
8065 (gimplify_compound_expr): Use sequences.
H A DChangeLog.tree-ssa5752 (gimplify_compound_expr): Handle void expressions as well.
5757 (gimplify_expr): Use gimplify_compound_expr, gimplify_statement_list,