Searched refs:seq_p (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gimplify.cc | 259 gimplify_seq_add_stmt (gimple_seq *seq_p, gimple *gs) in gimplify_seq_add_stmt() argument 261 gimple_seq_add_stmt_without_update (seq_p, gs); in gimplify_seq_add_stmt() 494 gimplify_and_add (tree t, gimple_seq *seq_p) in gimplify_and_add() argument 496 gimplify_stmt (&t, seq_p); in gimplify_and_add() 504 gimplify_and_return_first (tree t, gimple_seq *seq_p) in gimplify_and_return_first() argument 506 gimple_stmt_iterator last = gsi_last (*seq_p); in gimplify_and_return_first() 508 gimplify_and_add (t, seq_p); in gimplify_and_return_first() 516 return gimple_seq_first_stmt (*seq_p); in gimplify_and_return_first() 1275 asan_poison_variable (tree decl, bool poison, gimple_seq *seq_p) in asan_poison_variable() argument 1277 gimple_stmt_iterator it = gsi_last (*seq_p); in asan_poison_variable() [all …]
|
| H A D | gimple.cc | 1308 gimple_seq_add_stmt (gimple_seq *seq_p, gimple *gs) in gimple_seq_add_stmt() argument 1314 si = gsi_last (*seq_p); in gimple_seq_add_stmt() 1325 gimple_seq_add_stmt_without_update (gimple_seq *seq_p, gimple *gs) in gimple_seq_add_stmt_without_update() argument 1332 si = gsi_last (*seq_p); in gimple_seq_add_stmt_without_update()
|
| H A D | ChangeLog.tuples | 8020 (gimplify_expr): Remove seq_p argument. Add new is_statement 8021 argument. Adjust accordingly. Make seq_p required. 8040 (gimplify_decl_expr): New seq_p parameter. 8084 Use new seq_p argument. 8087 Do not pass seq_p argument to gimplify_return_expr. 8090 Make pre_p and seq_p sequences coexist. 8094 Add argument to seq_p. 8218 (gimplify_stmt): Add seq_p argument. 8219 (gimplify_expr): Add seq_p sequence and adjust accordingly.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gimplify.c | 252 gimplify_seq_add_stmt (gimple_seq *seq_p, gimple *gs) in gimplify_seq_add_stmt() argument 254 gimple_seq_add_stmt_without_update (seq_p, gs); in gimplify_seq_add_stmt() 486 gimplify_and_add (tree t, gimple_seq *seq_p) in gimplify_and_add() argument 488 gimplify_stmt (&t, seq_p); in gimplify_and_add() 496 gimplify_and_return_first (tree t, gimple_seq *seq_p) in gimplify_and_return_first() argument 498 gimple_stmt_iterator last = gsi_last (*seq_p); in gimplify_and_return_first() 500 gimplify_and_add (t, seq_p); in gimplify_and_return_first() 508 return gimple_seq_first_stmt (*seq_p); in gimplify_and_return_first() 1265 asan_poison_variable (tree decl, bool poison, gimple_seq *seq_p) in asan_poison_variable() argument 1267 gimple_stmt_iterator it = gsi_last (*seq_p); in asan_poison_variable() [all …]
|
| H A D | gimple.c | 1286 gimple_seq_add_stmt (gimple_seq *seq_p, gimple *gs) in gimple_seq_add_stmt() argument 1292 si = gsi_last (*seq_p); in gimple_seq_add_stmt() 1303 gimple_seq_add_stmt_without_update (gimple_seq *seq_p, gimple *gs) in gimple_seq_add_stmt_without_update() argument 1310 si = gsi_last (*seq_p); in gimple_seq_add_stmt_without_update()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | gimple.texi | 1168 @deftypefn {GIMPLE function} gimple gimplify_assign (tree dst, tree src, gimple_seq *seq_p)
|
| H A D | gccint.info | 14169 gimple_seq *seq_p)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | gimple.texi | 1176 @deftypefn {GIMPLE function} gimple gimplify_assign (tree dst, tree src, gimple_seq *seq_p)
|
| H A D | gccint.info | 13758 gimple_seq *seq_p)
|