Searched refs:TSI_NEW_STMT (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | tree-iterator.c | 128 case TSI_NEW_STMT: in tsi_link_before() 201 case TSI_NEW_STMT: in tsi_link_after()
|
| D | tree-iterator.h | 98 TSI_NEW_STMT, /* Only valid when single statement is added, move enumerator
|
| D | gimple-low.c | 84 tsi_link_after (&i, bind, TSI_NEW_STMT); in lower_function_body()
|
| D | tree-if-conv.c | 979 tsi_link_after (&last, bb->stmt_list, TSI_NEW_STMT); in combine_blocks()
|
| D | tree-inline.c | 441 tsi_link_after (&ni, tsi_stmt (oi), TSI_NEW_STMT); in copy_statement_list()
|
| D | tree-cfg.c | 1388 tsi_link_after (&last, b->stmt_list, TSI_NEW_STMT); in tree_merge_blocks()
|