Searched refs:seq_p (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dgimplify.c192 gimplify_seq_add_stmt (gimple_seq *seq_p, gimple gs) argument
194 gimple_seq_add_stmt_without_update (seq_p, gs);
421 gimplify_and_add (tree t, gimple_seq *seq_p) argument
423 gimplify_stmt (&t, seq_p);
431 gimplify_and_return_first (tree t, gimple_seq *seq_p) argument
433 gimple_stmt_iterator last = gsi_last (*seq_p);
435 gimplify_and_add (t, seq_p);
443 return gimple_seq_first_stmt (*seq_p);
1330 gimplify_vla_decl (tree decl, gimple_seq *seq_p)
1336 gimplify_one_sizepos (&DECL_SIZE (decl), seq_p);
1328 gimplify_vla_decl(tree decl, gimple_seq *seq_p) argument
1334 gimplify_one_sizepos (&DECL_SIZE (decl), seq_p); local
1335 gimplify_one_sizepos (&DECL_SIZE_UNIT (decl), seq_p); local
1387 gimplify_decl_expr(tree *stmt_p, gimple_seq *seq_p) argument
1407 gimplify_type_sizes (DECL_ORIGINAL_TYPE (decl), seq_p); local
3249 prepare_gimple_addressable(tree *expr_p, gimple_seq *seq_p) argument
3265 gimplify_modify_expr_to_memcpy(tree *expr_p, tree size, bool want_value, gimple_seq *seq_p) argument
3312 gimplify_modify_expr_to_memset(tree *expr_p, tree size, bool want_value, gimple_seq *seq_p) argument
5540 gimplify_stmt(tree *stmt_p, gimple_seq *seq_p) argument
9607 gimplify_assign(tree dst, tree src, gimple_seq *seq_p) argument
[all...]
H A Dgimple.c1200 gimple_seq_add_stmt (gimple_seq *seq_p, gimple gs) argument
1206 si = gsi_last (*seq_p);
1217 gimple_seq_add_stmt_without_update (gimple_seq *seq_p, gimple gs) argument
1224 si = gsi_last (*seq_p);

Completed in 93 milliseconds