Searched refs:tsi_link_before (Results 1 – 14 of 14) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | gimple-low.c | 200 tsi_link_before (tsi, stmt, TSI_SAME_STMT); in lower_omp_directive() 201 tsi_link_before (tsi, OMP_BODY (stmt), TSI_SAME_STMT); in lower_omp_directive() 339 tsi_link_before (tsi, BIND_EXPR_BODY (stmt), TSI_SAME_STMT); in lower_bind_expr() 588 tsi_link_before (tsi, t, TSI_SAME_STMT); in lower_return_expr() 673 tsi_link_before (tsi, t, TSI_SAME_STMT); in lower_builtin_setjmp() 680 tsi_link_before (tsi, t, TSI_SAME_STMT); in lower_builtin_setjmp() 685 tsi_link_before (tsi, t, TSI_SAME_STMT); in lower_builtin_setjmp() 689 tsi_link_before (tsi, t, TSI_SAME_STMT); in lower_builtin_setjmp() 697 tsi_link_before (tsi, t, TSI_SAME_STMT); in lower_builtin_setjmp() 704 tsi_link_before (tsi, t, TSI_SAME_STMT); in lower_builtin_setjmp() [all …]
|
| HD | tree-iterator.h | 110 extern void tsi_link_before (tree_stmt_iterator *, tree,
|
| HD | tree-eh.c | 423 tsi_link_before (tsi, t, TSI_SAME_STMT); in replace_goto_queue_1() 846 tsi_link_before (&i, x, TSI_CONTINUE_LINKING); in honor_protect_cleanup_actions() 850 tsi_link_before (&i, x, TSI_CONTINUE_LINKING); in honor_protect_cleanup_actions() 1471 tsi_link_before (&i, x, TSI_SAME_STMT); in lower_catch() 1482 tsi_link_before (&i, CATCH_BODY (catch), TSI_SAME_STMT); in lower_catch() 1663 tsi_link_before (&i, t, TSI_SAME_STMT); in lower_eh_constructs_1()
|
| HD | tree-iterator.c | 68 tsi_link_before (tree_stmt_iterator *i, tree t, enum tsi_iterator_update mode) in tsi_link_before() function
|
| HD | tree-nested.c | 393 tsi_link_before (tsi, stmt, TSI_SAME_STMT); in init_tmp_var() 1582 tsi_link_before (&wi->tsi, x, TSI_SAME_STMT); in convert_nl_goto_receiver() 1585 tsi_link_before (&wi->tsi, x, TSI_SAME_STMT); in convert_nl_goto_receiver()
|
| HD | tree-mudflap.c | 1052 tsi_link_before (&initially_stmts, register_fncall, TSI_SAME_STMT); in mx_register_decls()
|
| HD | omp-low.c | 1776 tsi_link_before (&diter, dtor, TSI_SAME_STMT); in lower_rec_input_clauses() 4254 tsi_link_before (&wi->tsi, pre, TSI_SAME_STMT); in lower_regimplify() 4269 tsi_link_before (tsi, stmt, TSI_SAME_STMT); in init_tmp_var()
|
| HD | tree-cfg.c | 1919 tsi_link_before (&i, t, TSI_SAME_STMT); in remove_useless_stmts_1() 2864 tsi_link_before (&i->tsi, t, (enum tsi_iterator_update) m); in bsi_insert_before()
|
| HD | gimplify.c | 3753 tsi_link_before (&i, t, TSI_SAME_STMT); in gimplify_statement_list() 4138 tsi_link_before (&iter, TREE_OPERAND (wce, 0), TSI_SAME_STMT); in gimplify_cleanup_point_expr()
|
| HD | c-decl.c | 8242 tsi_link_before (&i, decl_stmt, TSI_SAME_STMT); in declare_block_prologue_local_vars()
|
| HD | ChangeLog.tree-ssa | 5862 (tsi_link_before, tsi_link_after, tsi_delink): Move to tree-iterator.c. 7849 * tree.c (tsi_link_before): Remove unnecessary parens. 8117 (tsi_link_before, tsi_link_after): Handle new TSI_... 12136 (tsi_link_before, tsi_link_after, tsi_delink, tsi_new_stmt_list, 12142 * tree.c (tsi_link_before): New function to link a stmt before an
|
| HD | ChangeLog-2004 | 14008 * tree-iterator.c (alloc_stmt_list, tsi_link_before, tsi_link_after, 29701 (tsi_link_before, tsi_link_after): Set TREE_SIDE_EFFECTS properly.
|
| HD | ChangeLog-2005 | 11703 * tree-iterator.c (tsi_link_before): Support the case when
|
| /trueos/contrib/gcc/cp/ |
| HD | parser.c | 20366 tsi_link_before (&i, initialization_stmt, TSI_SAME_STMT); in declare_block_prologue_local_vars() 20403 tsi_link_before (&i, decl_stmt, TSI_SAME_STMT); in declare_block_prologue_local_byref_vars()
|