Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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()
1332 while (cgraph_expand_queue) in cgraph_expand_all_functions()
1334 node = cgraph_expand_queue; in cgraph_expand_all_functions()
1335 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()
H A DChangeLog-200614539 * cgraph.c (cgraph_expand_queue): Rename from
14542 cgraph_expand_queue.