| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-eh.c | 713 append_to_statement_list (x, tp); in frob_into_branch_around() 719 append_to_statement_list (x, tp); in frob_into_branch_around() 722 append_to_statement_list (op1, tp); in frob_into_branch_around() 727 append_to_statement_list (x, tp); in frob_into_branch_around() 924 append_to_statement_list (x, tf->top_p); in lower_try_finally_nofallthru() 983 append_to_statement_list (x, tf->top_p); in lower_try_finally_onedest() 1098 append_to_statement_list (x, &new_stmt); in lower_try_finally_copy() 1102 append_to_statement_list (x, &new_stmt); in lower_try_finally_copy() 1227 append_to_statement_list (x, tf->top_p); in lower_try_finally_switch() 1421 append_to_statement_list (x, tp); in lower_try_finally() [all …]
|
| H A D | omp-low.c | 2331 append_to_statement_list (t, stmt_p); in maybe_catch_exception() 2658 append_to_statement_list (t, &list); in expand_omp_for_generic() 2700 append_to_statement_list (t, &list); in expand_omp_for_generic() 2718 append_to_statement_list (t, &list); in expand_omp_for_generic() 2859 append_to_statement_list (t, &list); in expand_omp_for_static_nochunk() 2894 append_to_statement_list (t, &list); in expand_omp_for_static_nochunk() 3045 append_to_statement_list (t, &list); in expand_omp_for_static_chunk() 3079 append_to_statement_list (t, &list); in expand_omp_for_static_chunk() 3632 append_to_statement_list (l, &body); in lower_omp_sections() 4104 append_to_statement_list (t, body_p); in lower_omp_for() [all …]
|
| H A D | gimplify.c | 339 append_to_statement_list (t, list_p); in gimplify_and_add() 2164 append_to_statement_list (t, &expr); in shortcut_cond_r() 2168 append_to_statement_list (t, &expr); in shortcut_cond_r() 2182 append_to_statement_list (t, &expr); in shortcut_cond_r() 2186 append_to_statement_list (t, &expr); in shortcut_cond_r() 2211 append_to_statement_list (t, &expr); in shortcut_cond_r() 2343 append_to_statement_list (pred, &expr); in shortcut_cond_expr() 2345 append_to_statement_list (then_, &expr); in shortcut_cond_expr() 2351 append_to_statement_list (t, &expr); in shortcut_cond_expr() 2356 append_to_statement_list (t, &expr); in shortcut_cond_expr() [all …]
|
| H A D | tree-mudflap.c | 1055 append_to_statement_list (unregister_fncall, &finally_stmts); in mx_register_decls() 1069 append_to_statement_list (t, stmt_list); in mx_register_decls() 1190 append_to_statement_list (call_stmt, &enqueued_call_stmt_chain); in mudflap_register_call() 1246 append_to_statement_list (call2_stmt, &ctor_statements); in mudflap_finish_file() 1255 append_to_statement_list (call_stmt, &ctor_statements); in mudflap_finish_file() 1295 append_to_statement_list (enqueued_call_stmt_chain, &ctor_statements); in mudflap_finish_file()
|
| H A D | tree-iterator.h | 120 void append_to_statement_list (tree, tree *);
|
| H A D | tree-sra.c | 1690 append_to_statement_list (t, list_p); in generate_copy_inout() 1698 append_to_statement_list (t, list_p); in generate_copy_inout() 1733 append_to_statement_list (t, list_p); in generate_element_copy() 1764 append_to_statement_list (t, list_p); in generate_element_zero() 2107 append_to_statement_list (list, &list0); in scalarize_init()
|
| H A D | tree-nested.c | 1823 append_to_statement_list (x, &stmt_list); in finalize_nesting_tree_1() 1834 append_to_statement_list (x, &stmt_list); in finalize_nesting_tree_1() 1866 append_to_statement_list (x, &stmt_list); in finalize_nesting_tree_1() 1875 append_to_statement_list (BIND_EXPR_BODY (DECL_SAVED_TREE (context)), in finalize_nesting_tree_1()
|
| H A D | coverage.c | 951 append_to_statement_list (t, &body); in create_coverage()
|
| H A D | tree-complex.c | 536 append_to_statement_list (last, &list); in set_component_ssa_name()
|
| H A D | tree-cfg.c | 1653 append_to_statement_list (TREE_OPERAND (stmt, 1), stmt_p); in remove_useless_stmts_tf() 3115 append_to_statement_list (stmt, &PENDING_STMT (e)); in bsi_insert_on_edge()
|
| H A D | c-common.c | 712 append_to_statement_list (TREE_VALUE (stack), &stmts); in finish_fname_decls()
|
| H A D | c-decl.c | 8984 append_to_statement_list (build_function_call (TREE_VALUE (cdtors), 0), in build_cdtor()
|
| H A D | ChangeLog.tree-ssa | 5773 instead of IS_EMPTY_STMT. Use append_to_statement_list instead of 5813 (frob_into_branch_around): Use append_to_statement_list. 5830 (copy_body_r): Use it, and append_to_statement_list. 5831 (initialize_inlined_parameters): Use append_to_statement_list. 6024 (append_to_statement_list_1, append_to_statement_list): New. 6030 * c-simplify.c: Replace add_tree with append_to_statement_list.
|
| H A D | builtins.c | 4413 append_to_statement_list (t, pre_p); in gimplify_va_arg_expr()
|
| H A D | ChangeLog-2004 | 2133 (append_to_statement_list): Only call append_to_statement_list_1 29694 (append_to_statement_list, append_to_statement_list_force): Move 29702 * tree-iterator.h (append_to_statement_list,
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | cp-gimplify.c | 76 append_to_statement_list (body, &sl); in finish_bc_block() 77 append_to_statement_list (t, &sl); in finish_bc_block() 226 append_to_statement_list (t, &stmt_list); in gimplify_cp_loop() 281 append_to_statement_list (top, &stmt_list); in gimplify_cp_loop() 846 append_to_statement_list (t, &ret); in cxx_omp_clause_apply_fn() 852 append_to_statement_list (t, &ret); in cxx_omp_clause_apply_fn() 857 append_to_statement_list (t, &ret); in cxx_omp_clause_apply_fn() 869 append_to_statement_list (t, &ret); in cxx_omp_clause_apply_fn() 874 append_to_statement_list (t, &ret); in cxx_omp_clause_apply_fn() 881 append_to_statement_list (t, &ret); in cxx_omp_clause_apply_fn() [all …]
|
| H A D | ChangeLog.tree-ssa | 196 with append_to_statement_list.
|
| /freebsd-12.1/contrib/gcc/config/s390/ |
| H A D | s390.c | 8117 append_to_statement_list (t, pre_p); in s390_gimplify_va_arg() 8138 append_to_statement_list (t, pre_p); in s390_gimplify_va_arg()
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | rs6000.c | 5953 append_to_statement_list (post, pre_p); in rs6000_gimplify_va_arg() 6052 append_to_statement_list (t, pre_p); in rs6000_gimplify_va_arg() 6085 append_to_statement_list (t, pre_p); in rs6000_gimplify_va_arg()
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | i386.c | 4828 append_to_statement_list (t, pre_p); in ix86_gimplify_va_arg() 4858 append_to_statement_list (t, pre_p); in ix86_gimplify_va_arg()
|