Lines Matching refs:remap_decl

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()
1282 *tp = remap_decl (*tp, id); in copy_tree_body_r()
1783 tree remapped = remap_decl (gimple_assign_lhs (stmt), id); in remap_gimple_stmt()
2760 return remap_decl (decl, (copy_body_data *) data); in remap_decl_1()
2946 dest_loop->simduid = remap_decl (src_loop->simduid, id); in copy_loops()
4624 tree new_var = remap_decl (var, id); in add_local_variables()
5053 ps.dummy_decl = remap_decl (ps.dummy_decl, id); in expand_call_inline()
5767 remap_decl (old_var, id); in replace_locals_stmt()
6046 tree new_tree = remap_decl (arg, id); in copy_arguments_nochange()
6065 tree new_tree = remap_decl (*pvar, id); in copy_static_chain()
6096 ps->dummy_decl = remap_decl (ps->dummy_decl, id); in update_clone_info()
6123 ps->dummy_decl = remap_decl (ps->dummy_decl, id); in update_clone_info()
6383 DECL_RESULT (new_decl) = remap_decl (DECL_RESULT (old_decl), &id); in tree_function_versioning()
6660 *p = remap_decl (param, &id); in copy_fn()
6665 result = remap_decl (DECL_RESULT (fn), &id); in copy_fn()