Home
last modified time | relevance | path

Searched refs:copy_body_data (Results 1 – 24 of 24) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-inline.h42 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 *);
Dtree-inline.cc130 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 …]
Dipa-param-manipulation.h308 struct copy_body_data *id, tree *vars,
391 struct copy_body_data *m_id;
Dipa-param-manipulation.cc1561 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()
Dtree-nested.cc3169 copy_body_data cb;
3176 nesting_copy_decl (tree decl, copy_body_data *id) in nesting_copy_decl()
Dasan.cc4054 copy_body_data id; in create_asan_shadow_var()
4055 memset (&id, 0, sizeof (copy_body_data)); in create_asan_shadow_var()
DChangeLog.gimple-classes1567 * 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
Domp-low.cc84 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()
DChangeLog-201913926 * 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
Dgimplify.cc13811 copy_body_data id; in gimplify_omp_loop()
DChangeLog-20072086 * 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.
DChangeLog-20099804 * 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.
DChangeLog-200823204 * 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.
DChangeLog-20132409 * 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.
DChangeLog-20174433 * 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 *.
DChangeLog-201818135 * tree-inline.h (struct copy_body_data): Move remapping_type_depth and
18317 * tree-inline.h (struct copy_body_data): Remove retbnd field.
DChangeLog-200622598 * tree-inline.h (struct copy_body_data): Move from tree-inline.c
DChangeLog-20143659 (struct copy_body_data): Add dependence_map pointer.
9791 * tree-inline.h (copy_body_data): Add fields retbnd and
DChangeLog-201219215 * tree-inline.h (struct copy_body_data): Likewise.
DChangeLog-20213221 * tree-inline.h (struct copy_body_data): Remove
DChangeLog-201635084 * tree-inline.h (copy_body_data): New field
DChangeLog-201526459 (copy_body_data::dependence_map): Use dependence_hash as the first
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Doptimize.cc68 cxx_copy_decl (tree decl, copy_body_data *id) in cxx_copy_decl()
91 copy_body_data id; in clone_body()
Dsemantics.cc6191 copy_body_data id; in clone_omp_udr()