Searched refs:copy_body_data (Results 1 – 24 of 24) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-inline.h | 42 struct copy_body_data struct 71 tree (*copy_decl) (tree, struct copy_body_data *); argument 231 extern void insert_decl_map (copy_body_data *, tree, tree); 236 tree copy_decl_no_change (tree decl, copy_body_data *id); 242 extern tree remap_decl (tree decl, copy_body_data *id); 243 extern tree remap_type (tree type, copy_body_data *id); 248 extern tree copy_decl_for_dup_finish (copy_body_data *id, tree decl, tree copy); 249 extern tree copy_decl_to_var (tree, copy_body_data *);
|
| D | tree-inline.cc | 130 static tree declare_return_variable (copy_body_data *, tree, tree, 132 static void remap_block (tree *, copy_body_data *); 133 static void copy_bind_expr (tree *, int *, copy_body_data *); 137 static tree copy_result_decl_to_var (tree, copy_body_data *); 138 static tree copy_decl_maybe_to_var (tree, copy_body_data *); 139 static gimple_seq remap_gimple_stmt (gimple *, copy_body_data *); 140 static void insert_init_stmt (copy_body_data *, basic_block, gimple *); 146 insert_decl_map (copy_body_data *id, tree key, tree value) in insert_decl_map() 165 remap_ssa_name (tree name, copy_body_data *id) in remap_ssa_name() 339 remap_decl (tree decl, copy_body_data *id) in remap_decl() [all …]
|
| D | ipa-param-manipulation.h | 308 struct copy_body_data *id, tree *vars, 391 struct copy_body_data *m_id;
|
| D | ipa-param-manipulation.cc | 1561 copy_body_data *id, tree *vars, in ipa_param_body_adjustments() 1938 record_argument_state (copy_body_data *id, gimple *orig_stmt, in record_argument_state()
|
| D | tree-nested.cc | 3169 copy_body_data cb; 3176 nesting_copy_decl (tree decl, copy_body_data *id) in nesting_copy_decl()
|
| D | asan.cc | 4054 copy_body_data id; in create_asan_shadow_var() 4055 memset (&id, 0, sizeof (copy_body_data)); in create_asan_shadow_var()
|
| D | ChangeLog.gimple-classes | 1567 * tree-inline.h (struct copy_body_data): Rename field 1577 struct copy_body_data from "gimple_call" to "call_stmt". 4366 * tree-inline.h (struct copy_body_data): Strengthen field
|
| D | omp-low.cc | 84 copy_body_data cb; 933 omp_copy_decl (tree var, copy_body_data *cb) in omp_copy_decl() 11953 copy_body_data cb; 11958 task_copyfn_copy_decl (tree var, copy_body_data *cb) in task_copyfn_copy_decl()
|
| D | ChangeLog-2019 | 13926 * tree-inline.h (copy_body_data): New fields killed_new_ssa_names and 29091 * tree-inline.h (struct copy_body_data): Add do_not_fold member. 29212 * tree-inline.h (struct copy_body_data): Add eh_landing_pad_dest 31285 * tree-inline.h (struct copy_body_data): Add 33769 * tree-inline.h (struct copy_body_data): Likewise. 35202 * tree-inline.h (struct copy_body_data): Add 35702 * tree-inline.h (struct copy_body_data): Add adjust_array_error_bounds
|
| D | gimplify.cc | 13811 copy_body_data id; in gimplify_omp_loop()
|
| D | ChangeLog-2007 | 2086 * tree-inline.h (copy_body_data): Add regimplify field. 8275 * tree-inline.h (copy_body_data): Add call_expr field. 24345 (struct copy_body_data): Replace splay-tree by pointer-map. 33628 * tree-inline.h (copy_body_data): Add statements_to_fold.
|
| D | ChangeLog-2009 | 9804 * tree-inline.h (struct copy_body_data): Replace eh_region with 11699 (struct copy_body_data): Add debug_stmts and debug_map. 17115 * tree-inline.h (struct copy_body_data): Add do_not_unshare field. 24019 copy_body_data.
|
| D | ChangeLog-2008 | 23204 * tree-inline.h (struct copy_body_data): Change 27593 * tree-inline.h (struct copy_body_data): Add remapping_type_depth 28904 * tree-inline.h (copy_body_data): Add entry_bb.
|
| D | ChangeLog-2013 | 2409 * tree-inline.h (copy_body_data): Remove typedef. 11757 * tree-inline.h (struct copy_body_data::remap_var_for_cilk): New field. 18314 * tree-inline.h (struct copy_body_data): Add transform_parameter. 22489 * tree-inline.h (struct copy_body_data): Add blocks_to_copy field.
|
| D | ChangeLog-2017 | 4433 * tree-inline.h (struct copy_body_data): Remove remap_var_for_cilk 34681 * tree-inline.h (struct copy_body_data): New field dst_simt_vars. 35405 * tree-inline.h (struct copy_body_data): Make call_stmt a gcall *.
|
| D | ChangeLog-2018 | 18135 * tree-inline.h (struct copy_body_data): Move remapping_type_depth and 18317 * tree-inline.h (struct copy_body_data): Remove retbnd field.
|
| D | ChangeLog-2006 | 22598 * tree-inline.h (struct copy_body_data): Move from tree-inline.c
|
| D | ChangeLog-2014 | 3659 (struct copy_body_data): Add dependence_map pointer. 9791 * tree-inline.h (copy_body_data): Add fields retbnd and
|
| D | ChangeLog-2012 | 19215 * tree-inline.h (struct copy_body_data): Likewise.
|
| D | ChangeLog-2021 | 3221 * tree-inline.h (struct copy_body_data): Remove
|
| D | ChangeLog-2016 | 35084 * tree-inline.h (copy_body_data): New field
|
| D | ChangeLog-2015 | 26459 (copy_body_data::dependence_map): Use dependence_hash as the first
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | optimize.cc | 68 cxx_copy_decl (tree decl, copy_body_data *id) in cxx_copy_decl() 91 copy_body_data id; in clone_body()
|
| D | semantics.cc | 6191 copy_body_data id; in clone_omp_udr()
|