Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dgimplify.c113 static enum gimplify_status gimplify_compound_expr (tree *, tree *, bool);
3333 gimplify_compound_expr (from_p, pre_p, true); in gimplify_modify_expr_rhs()
3704 gimplify_compound_expr (tree *expr_p, tree *pre_p, bool want_value) in gimplify_compound_expr() function
3713 gimplify_compound_expr (sub_p, pre_p, false); in gimplify_compound_expr()
5513 ret = gimplify_compound_expr (expr_p, pre_p, fallback != fb_none); in gimplify_expr()
H A DChangeLog.tree-ssa5752 (gimplify_compound_expr): Handle void expressions as well.
5757 (gimplify_expr): Use gimplify_compound_expr, gimplify_statement_list,