Searched refs:remap_decls (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-inline.c | 760 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 D | tree-inline.cc | 740 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 D | ChangeLog.tree-ssa | 8661 (remap_decls): Use it. 14148 * tree-inline.c: Declare remap_decls. 15465 * tree-inline.c (remap_decls): Split out from remap_block.
|
H A D | ChangeLog.tuples | 2985 (remap_decls): Tidy comments.
|
H A D | ChangeLog-2009 | 10157 * 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 D | ChangeLog-2010 | 22592 * 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 D | ChangeLog-2012 | 603 * tree-inline.c (remap_decls): Change nonlocalized_list 16373 (remap_decls): Don't call var_ann, all variables will be considered
|
H A D | ChangeLog-2016 | 10809 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 D | ChangeLog-2006 | 22612 (remap_decls): Update for member name changes.
|
H A D | ChangeLog-2008 | 22166 * tree-inline.c (remap_decls): Update.
|
H A D | ChangeLog-2007 | 10639 * tree-inline.c (remap_decls): Call auto_var_in_fn_p directly.
|
H A D | ChangeLog-2005 | 15305 * tree-inline.c (remap_decls): Put local static into
|
H A D | ChangeLog-2004 | 14002 * tree-inline.c (remap_decl, remap_type, remap_decls, copy_body_r,
|