Home
last modified time | relevance | path

Searched refs:remap_decl (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-inline.c284 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 Dtree-inline.h245 extern tree remap_decl (tree decl, copy_body_data *id);
H A Dtree-nested.c3149 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 Dipa-param-manipulation.c946 new_parm = remap_decl (t, m_id); in carry_over_param()
H A Domp-low.c876 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 Dtree-inline.cc264 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 Dtree-inline.h242 extern tree remap_decl (tree decl, copy_body_data *id);
H A Dtree-nested.cc3308 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 Dipa-param-manipulation.cc1098 new_parm = remap_decl (t, m_id); in carry_over_param()
H A Domp-low.cc915 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 DChangeLog-200690 (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 DChangeLog.tree-ssa4074 * 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 DChangeLog-20059711 (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 DChangeLog-20091588 (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 DChangeLog-200414002 * 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 DChangeLog-201619741 * 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 DChangeLog-20017501 * 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 DChangeLog-201216166 * tree-inline.c (remap_decl): Do not add referenced vars.
34507 * tree-inline.c (tree_function_versioning): Call remap_decl
H A DChangeLog-200828902 (remap_decl): When var is initialized to 0, don't set default_def.
H A DChangeLog-200724332 (remap_decl): Likewise.
H A DChangeLog-20036690 (remap_decl): Use it. Remap DECL_SIZE*.
H A DChangeLog-200210023 (remap_decl): Don't handle anonymous types for Java.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2001791 (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 DChangeLog-20001379 * 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 DChangeLog-1999408 (remap_decl): New function.
411 (copy_body_r): Use remap_decl and copy_scope_stmt.

12