Searched refs:to_context (Results 1 – 1 of 1) sorted by relevance
113 tree to_context; member6873 tree to_context) in replace_by_duplicate_decl() argument6876 struct function *f = DECL_STRUCT_FUNCTION (to_context); in replace_by_duplicate_decl()6878 if (DECL_CONTEXT (t) == to_context) in replace_by_duplicate_decl()6896 DECL_CONTEXT (new_t) = to_context; in replace_by_duplicate_decl()6912 tree to_context) in replace_ssa_name() argument6926 replace_by_duplicate_decl (&decl, vars_map, to_context); in replace_ssa_name()6927 new_name = make_ssa_name_fn (DECL_STRUCT_FUNCTION (to_context), in replace_ssa_name()6931 new_name = copy_ssa_name_fn (DECL_STRUCT_FUNCTION (to_context), in replace_ssa_name()6951 tree to_context; member[all …]