Home | History | Annotate | Download | only in gcc

Lines Matching refs:to_context

113   tree to_context;
6868 /* Replaces *TP with a duplicate (belonging to function TO_CONTEXT).
6873 tree to_context)
6876 struct function *f = DECL_STRUCT_FUNCTION (to_context);
6878 if (DECL_CONTEXT (t) == to_context)
6896 DECL_CONTEXT (new_t) = to_context;
6907 /* Creates an ssa name in TO_CONTEXT equivalent to NAME.
6912 tree to_context)
6926 replace_by_duplicate_decl (&decl, vars_map, to_context);
6927 new_name = make_ssa_name_fn (DECL_STRUCT_FUNCTION (to_context),
6931 new_name = copy_ssa_name_fn (DECL_STRUCT_FUNCTION (to_context),
6951 tree to_context;
6996 *tp = replace_ssa_name (t, p->vars_map, p->to_context);
7020 DECL_CONTEXT (t) = p->to_context;
7032 replace_by_duplicate_decl (tp, p->vars_map, p->to_context);
7149 DECL_CONTEXT (label) = p->to_context;
7418 replace_by_duplicate_decl (tp, rd->vars_map, rd->to_context);
7435 tree to_context)
7444 replace_by_duplicate_decl (&t, vars_map, to_context);
7450 struct replace_decls_d rd = { vars_map, to_context };
7462 replace_block_vars_by_duplicates (block, vars_map, to_context);
7861 d.to_context = dest_cfun->decl;
7868 for (tree arg = DECL_ARGUMENTS (d.to_context); arg; arg = DECL_CHAIN (arg))
7905 d.to_context);