Searched refs:new_version_node (Results 1 – 2 of 2) sorted by relevance
1857 struct cgraph_node *new_version_node = NULL; in cgraph_function_versioning() local1869 new_version_node = in cgraph_function_versioning()1876 update_call_expr (new_version_node); in cgraph_function_versioning()1882 DECL_EXTERNAL (new_version_node->decl) = 0; in cgraph_function_versioning()1883 DECL_ONE_ONLY (new_version_node->decl) = 0; in cgraph_function_versioning()1884 TREE_PUBLIC (new_version_node->decl) = 0; in cgraph_function_versioning()1885 DECL_COMDAT (new_version_node->decl) = 0; in cgraph_function_versioning()1886 new_version_node->local.externally_visible = 0; in cgraph_function_versioning()1887 new_version_node->local.local = 1; in cgraph_function_versioning()1888 new_version_node->lowered = true; in cgraph_function_versioning()[all …]
2763 struct cgraph_node *new_version_node; in tree_function_versioning() local2776 new_version_node = cgraph_node (new_decl); in tree_function_versioning()2804 id.dst_node = new_version_node; in tree_function_versioning()