Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dcgraphunit.c382 while (cgraph_expand_queue) in cgraph_assemble_pending_functions()
384 struct cgraph_node *n = cgraph_expand_queue; in cgraph_assemble_pending_functions()
385 cgraph_expand_queue = cgraph_expand_queue->next_needed; in cgraph_assemble_pending_functions()
1318 while (cgraph_expand_queue) in cgraph_expand_all_functions()
1320 node = cgraph_expand_queue; in cgraph_expand_all_functions()
1321 cgraph_expand_queue = cgraph_expand_queue->next_needed; in cgraph_expand_all_functions()
H A Dcgraph.h249 extern GTY(()) struct cgraph_node *cgraph_expand_queue;
H A Dcgraph.c119 struct cgraph_node *cgraph_expand_queue; variable
1214 n->next_needed = cgraph_expand_queue; in cgraph_add_new_function()
1215 cgraph_expand_queue = n; in cgraph_add_new_function()