Searched refs:old_debug_args (Results 1 – 2 of 2) sorted by relevance
5110 VEC(tree, gc) **new_debug_args, **old_debug_args; in tree_function_versioning()5113 old_debug_args = decl_debug_args_lookup (old_decl); in tree_function_versioning()5114 if (old_debug_args) in tree_function_versioning()5117 *new_debug_args = VEC_copy (tree, gc, *old_debug_args); in tree_function_versioning()
5879 vec<tree, va_gc> **new_debug_args, **old_debug_args; in tree_function_versioning() local5882 old_debug_args = decl_debug_args_lookup (old_decl); in tree_function_versioning()5883 if (old_debug_args) in tree_function_versioning()5886 *new_debug_args = vec_safe_copy (*old_debug_args); in tree_function_versioning()