Home
last modified time | relevance | path

Searched refs:remap_decls (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-inline.c760 remap_decls (tree decls, vec<tree, va_gc> **nonlocalized_list, in remap_decls() function
843 BLOCK_VARS (new_block) = remap_decls (BLOCK_VARS (old_block), in remap_block()
946 BIND_EXPR_VARS (*tp) = remap_decls (BIND_EXPR_VARS (*tp), NULL, id); in copy_bind_expr()
992 new_vars = remap_decls (new_vars, NULL, id); in copy_gimple_bind()
5771 gimple_bind_set_vars (stmt, remap_decls (decls, NULL, id)); in replace_locals_stmt()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-inline.cc740 remap_decls (tree decls, vec<tree, va_gc> **nonlocalized_list, in remap_decls() function
823 BLOCK_VARS (new_block) = remap_decls (BLOCK_VARS (old_block), in remap_block()
923 BIND_EXPR_VARS (*tp) = remap_decls (BIND_EXPR_VARS (*tp), NULL, id); in copy_bind_expr()
969 new_vars = remap_decls (new_vars, NULL, id); in copy_gimple_bind()
5807 gimple_bind_set_vars (stmt, remap_decls (decls, NULL, id)); in replace_locals_stmt()
H A DChangeLog.tree-ssa8661 (remap_decls): Use it.
14148 * tree-inline.c: Declare remap_decls.
15465 * tree-inline.c (remap_decls): Split out from remap_block.
H A DChangeLog.tuples2985 (remap_decls): Tidy comments.
H A DChangeLog-200910157 * tree-inline.c (remap_decls): Don't put DECL_EXTERNAL decls
21393 * tree-inline.c (remap_decls): Enable nonlocalized variables
32297 * tree-inline.c (remap_decls): Handle nonlocalized vars.
H A DChangeLog-201022592 * tree-inline.c (remap_decls): Likewise.
29846 * tree-inline.c (remap_decls): Remap DECL_VALUE_EXPR here...
37290 * tree-inline.c (remap_decls): Put old_var rather than origin_var
H A DChangeLog-2012603 * tree-inline.c (remap_decls): Change nonlocalized_list
16373 (remap_decls): Don't call var_ann, all variables will be considered
H A DChangeLog-201610809 can_be_nonlocal, remap_decls, copy_debug_stmt,
29525 * tree-inline.c (remap_decls): Don't add_local_decl if cfun is null.
H A DChangeLog-200622612 (remap_decls): Update for member name changes.
H A DChangeLog-200822166 * tree-inline.c (remap_decls): Update.
H A DChangeLog-200710639 * tree-inline.c (remap_decls): Call auto_var_in_fn_p directly.
H A DChangeLog-200515305 * tree-inline.c (remap_decls): Put local static into
H A DChangeLog-200414002 * tree-inline.c (remap_decl, remap_type, remap_decls, copy_body_r,