Home
last modified time | relevance | path

Searched refs:first_clone (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dcgraphunit.c1897 struct cgraph_node *first_clone; in save_inline_function_body() local
1911 first_clone->needed = 0; in save_inline_function_body()
1912 first_clone->reachable = 1; in save_inline_function_body()
1919 first_clone = node->next_clone; in save_inline_function_body()
1925 first_clone->prev_clone = NULL; in save_inline_function_body()
1927 gcc_assert (first_clone == cgraph_node (first_clone->decl)); in save_inline_function_body()
1934 TREE_PUBLIC (first_clone->decl) = 0; in save_inline_function_body()
1935 DECL_COMDAT (first_clone->decl) = 0; in save_inline_function_body()
1938 node->decl = first_clone->decl; in save_inline_function_body()
1940 verify_cgraph_node (first_clone); in save_inline_function_body()
[all …]