Searched refs:new_version_node (Results 1 – 2 of 2) sorted by relevance
1843 struct cgraph_node *new_version_node = NULL; in cgraph_function_versioning() local1855 new_version_node = in cgraph_function_versioning()1862 update_call_expr (new_version_node); in cgraph_function_versioning()1868 DECL_EXTERNAL (new_version_node->decl) = 0; in cgraph_function_versioning()1869 DECL_ONE_ONLY (new_version_node->decl) = 0; in cgraph_function_versioning()1870 TREE_PUBLIC (new_version_node->decl) = 0; in cgraph_function_versioning()1871 DECL_COMDAT (new_version_node->decl) = 0; in cgraph_function_versioning()1872 new_version_node->local.externally_visible = 0; in cgraph_function_versioning()1873 new_version_node->local.local = 1; in cgraph_function_versioning()1874 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()