Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDcgraphunit.c1897 struct cgraph_node *first_clone; in save_inline_function_body() local
1910 first_clone = cgraph_clone_node (node, node->count, 0, false); in save_inline_function_body()
1911 first_clone->needed = 0; in save_inline_function_body()
1912 first_clone->reachable = 1; in save_inline_function_body()
1914 for (e = first_clone->callees; e; e = e->next_callee) in save_inline_function_body()
1919 first_clone = node->next_clone; in save_inline_function_body()
1921 first_clone->decl = copy_node (node->decl); in save_inline_function_body()
1924 node->inline_decl = first_clone->decl; in save_inline_function_body()
1925 first_clone->prev_clone = NULL; in save_inline_function_body()
1926 cgraph_insert_node_to_hashtable (first_clone); in save_inline_function_body()
[all …]