Searched refs:old_debug_args (Results 1 – 2 of 2) sorted by relevance
6219 vec<tree, va_gc> **new_debug_args, **old_debug_args; in tree_function_versioning() local6222 old_debug_args = decl_debug_args_lookup (old_decl); in tree_function_versioning()6223 if (old_debug_args) in tree_function_versioning()6226 *new_debug_args = vec_safe_copy (*old_debug_args); in tree_function_versioning()
6209 vec<tree, va_gc> **new_debug_args, **old_debug_args; in tree_function_versioning() local6212 old_debug_args = decl_debug_args_lookup (old_decl); in tree_function_versioning()6213 if (old_debug_args) in tree_function_versioning()6216 *new_debug_args = vec_safe_copy (*old_debug_args); in tree_function_versioning()