Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/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()
1102 while (cgraph_nodes_queue) in cgraph_finalize_compilation_unit()
1105 tree decl = cgraph_nodes_queue->decl; in cgraph_finalize_compilation_unit()
1107 node = cgraph_nodes_queue; in cgraph_finalize_compilation_unit()
1108 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()