Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dcgraphunit.c1883 struct cgraph_node *first_clone; in save_inline_function_body() local
1896 first_clone = cgraph_clone_node (node, node->count, 0, false); in save_inline_function_body()
1897 first_clone->needed = 0; in save_inline_function_body()
1898 first_clone->reachable = 1; in save_inline_function_body()
1900 for (e = first_clone->callees; e; e = e->next_callee) in save_inline_function_body()
1905 first_clone = node->next_clone; in save_inline_function_body()
1907 first_clone->decl = copy_node (node->decl); in save_inline_function_body()
1910 node->inline_decl = first_clone->decl; in save_inline_function_body()
1911 first_clone->prev_clone = NULL; in save_inline_function_body()
1912 cgraph_insert_node_to_hashtable (first_clone); in save_inline_function_body()
[all …]