/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-inline.c | 284 new_tree = remap_decl (var, id); in remap_ssa_name() 359 remap_decl (tree decl, copy_body_data *id) in remap_decl() function 492 TYPE_STUB_DECL (new_tree) = remap_decl (TYPE_STUB_DECL (type), id); in remap_type_1() 585 t = remap_decl (f, id); in remap_type_1() 635 else if (DECL_P (*tp) && remap_decl (*tp, id) != *tp) in remap_type_3() 655 if (DECL_P (_t) && remap_decl (_t, id) != _t) \ in remap_type_2() 785 new_var = remap_decl (old_var, id); in remap_decls() 1070 new_decl = remap_decl (*tp, id); in remap_gimple_op_r() 1092 *tp = remap_decl (*tp, id); in remap_gimple_op_r() 1266 new_decl = remap_decl (*tp, id); in copy_tree_body_r() [all …]
|
H A D | tree-inline.h | 245 extern tree remap_decl (tree decl, copy_body_data *id);
|
H A D | tree-nested.c | 3149 TYPE_NAME (newt) = remap_decl (TYPE_NAME (newt), &id.cb); in remap_vla_decls() 3462 TYPE_NAME (newt) = remap_decl (TYPE_NAME (newt), &id.cb); in finalize_nesting_tree_1()
|
H A D | ipa-param-manipulation.c | 946 new_parm = remap_decl (t, m_id); in carry_over_param()
|
H A D | omp-low.c | 876 size = remap_decl (DECL_SIZE (decl), &ctx->cb); in fixup_remapped_decl() 881 size = remap_decl (DECL_SIZE_UNIT (decl), &ctx->cb); in fixup_remapped_decl() 3514 tree repl = remap_decl (t, &ctx->cb); in scan_omp_1_op()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-inline.cc | 264 new_tree = remap_decl (var, id); in remap_ssa_name() 339 remap_decl (tree decl, copy_body_data *id) in remap_decl() function 472 TYPE_STUB_DECL (new_tree) = remap_decl (TYPE_STUB_DECL (type), id); in remap_type_1() 565 t = remap_decl (f, id); in remap_type_1() 615 else if (DECL_P (*tp) && remap_decl (*tp, id) != *tp) in remap_type_3() 635 if (DECL_P (_t) && remap_decl (_t, id) != _t) \ in remap_type_2() 765 new_var = remap_decl (old_var, id); in remap_decls() 1047 new_decl = remap_decl (*tp, id); in remap_gimple_op_r() 1069 *tp = remap_decl (*tp, id); in remap_gimple_op_r() 1243 new_decl = remap_decl (*tp, id); in copy_tree_body_r() [all …]
|
H A D | tree-inline.h | 242 extern tree remap_decl (tree decl, copy_body_data *id);
|
H A D | tree-nested.cc | 3308 TYPE_NAME (newt) = remap_decl (TYPE_NAME (newt), &id.cb); in remap_vla_decls() 3621 TYPE_NAME (newt) = remap_decl (TYPE_NAME (newt), &id.cb); in finalize_nesting_tree_1()
|
H A D | ipa-param-manipulation.cc | 1098 new_parm = remap_decl (t, m_id); in carry_over_param()
|
H A D | omp-low.cc | 915 size = remap_decl (DECL_SIZE (decl), &ctx->cb); in fixup_remapped_decl() 920 size = remap_decl (DECL_SIZE_UNIT (decl), &ctx->cb); in fixup_remapped_decl() 3910 tree repl = remap_decl (t, &ctx->cb); in scan_omp_1_op()
|
H A D | ChangeLog-2006 | 90 (remap_decl): Update SSA datastructures for DECLs. 13446 (scan_omp_1): Call remap_decl on RESULT_DECLs. 22604 (copy_body_r, insert_decl_map, remap_decl, remap_type): Declare. 22608 (remap_decl): Update for member name changes. Use copy_decl hook.
|
H A D | ChangeLog.tree-ssa | 4074 * tree-inline.c (remap_decl): Avoid invalid sharing. 5144 (remap_decl, remap_type, remap_block, copy_body_r, 13712 * tree-inline.c (remap_decl): Remap all decls.
|
H A D | ChangeLog-2005 | 9711 (remap_decl, mark_local_for_remap_r, setup_one_parameter, 12223 * tree-inline.c (remap_decl): Ditto. 13497 (remap_decl): Do not declare vars. 18247 (remap_decl): Update for new inline_data; declare newly created inline 26356 (remap_decl): Insert type decl in map earlier.
|
H A D | ChangeLog-2009 | 1588 (remap_decl, remap_block): Remove unused fn variable. 11678 (remap_decl): Don't create new mappings in debug stmts. 17110 * tree-inline.c (remap_decl): Do not unshare trees if do_not_unshare
|
H A D | ChangeLog-2004 | 14002 * tree-inline.c (remap_decl, remap_type, remap_decls, copy_body_r, 25935 * tree-inline.c (remap_decl): Update comments, remove dead code, 38289 * tree-inline.c (remap_decl, remap_block, copy_body_r, 41112 (remap_decl, remap_type, remap_block, copy_body_r,
|
H A D | ChangeLog-2016 | 19741 * tree-inline.c (remap_decl): When fixing up DECL_ORIGINAL_TYPE, just 19861 * tree-inline.c (remap_decl): Preserve DECL_ORIGINAL_TYPE invariant. 35079 * tree-inline.c (remap_decl): Use existing dclarations if
|
H A D | ChangeLog-2001 | 7501 * tree-inline.c (remap_decl): Don't copy size and size_unit here. 9321 (remap_decl, remap_block, copy_scopy_stmt, copy_body_r): Likewise.
|
H A D | ChangeLog-2012 | 16166 * tree-inline.c (remap_decl): Do not add referenced vars. 34507 * tree-inline.c (tree_function_versioning): Call remap_decl
|
H A D | ChangeLog-2008 | 28902 (remap_decl): When var is initialized to 0, don't set default_def.
|
H A D | ChangeLog-2007 | 24332 (remap_decl): Likewise.
|
H A D | ChangeLog-2003 | 6690 (remap_decl): Use it. Remap DECL_SIZE*.
|
H A D | ChangeLog-2002 | 10023 (remap_decl): Don't handle anonymous types for Java.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2001 | 791 (remap_decl, remap_block, copy_scopy_stmt, copy_body_r): Likewise. 816 (remap_decl): Use language-independent constructs and hooks. 1871 * optimize.c (remap_decl): Remap anonymous aggregate members too.
|
H A D | ChangeLog-2000 | 1379 * optimize.c (remap_decl): Adjust calls to walk_tree. 4489 * optimize.c (remap_decl): Avoid sharing structure for arrays 6056 * optimize.c (remap_decl): Walk DECL_SIZE_UNIT. 6530 * optimize.c (remap_decl): Add walk_tree calls for DECL_SIZE (t)
|
H A D | ChangeLog-1999 | 408 (remap_decl): New function. 411 (copy_body_r): Use remap_decl and copy_scope_stmt.
|