Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dcgraphunit.c364 while (cgraph_nodes_queue) in cgraph_assemble_pending_functions()
366 struct cgraph_node *n = cgraph_nodes_queue; in cgraph_assemble_pending_functions()
368 cgraph_nodes_queue = cgraph_nodes_queue->next_needed; in cgraph_assemble_pending_functions()
444 for (n = cgraph_nodes_queue; n; n = n->next_needed) in cgraph_reset_node()
1116 while (cgraph_nodes_queue) in cgraph_finalize_compilation_unit()
1119 tree decl = cgraph_nodes_queue->decl; in cgraph_finalize_compilation_unit()
1121 node = cgraph_nodes_queue; in cgraph_finalize_compilation_unit()
1122 cgraph_nodes_queue = cgraph_nodes_queue->next_needed; in cgraph_finalize_compilation_unit()
H A Dcgraph.h248 extern GTY(()) struct cgraph_node *cgraph_nodes_queue;
H A Dcgraph.c114 struct cgraph_node *cgraph_nodes_queue; variable
625 node->next_needed = cgraph_nodes_queue; in cgraph_mark_reachable_node()
626 cgraph_nodes_queue = node; in cgraph_mark_reachable_node()
H A DChangeLog-200316521 (cgraph_hash, cgraph_nodes, cgraph_nodes_queue,
17688 * cgraph.c (cgraph_nodes_queue): Declare.
17693 * cgraph.h (cgraph_nodes_queue): Declare.