Searched refs:gimplify_stmt (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dgimplify.h72 extern bool gimplify_stmt (tree *, gimple_seq *);
H A Dgimplify.c417 behaves exactly as gimplify_stmt, but you don't have to pass T as a
423 gimplify_stmt (&t, seq_p);
1138 gimplify_stmt (&BIND_EXPR_BODY (bind_expr), &body);
1489 gimplify_stmt (tsi_stmt_ptr (i), pre_p);
1538 gimplify_stmt (&SWITCH_BODY (switch_expr), &switch_body_seq);
3084 gimplify_stmt (&expr, pre_p);
3113 gimplify_stmt (expr_p, &seq);
3189 have_then_clause_p = gimplify_stmt (&TREE_OPERAND (expr, 1), &seq);
3218 have_else_clause_p = gimplify_stmt (&TREE_OPERAND (expr, 2), &seq);
3234 gimplify_stmt (
5540 gimplify_stmt (tree *stmt_p, gimple_seq *seq_p) function
[all...]
H A Domp-low.c3916 gimplify_stmt (&dtor, &tseq);
3934 gimplify_stmt (&dtor, &tseq);
4042 gimplify_stmt (&dtor, &tseq);
4129 gimplify_stmt (&dtor, &tseq);

Completed in 130 milliseconds