Searched refs:cgraph_nodes_queue (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/gcc/
H A Dcgraph.c114 struct cgraph_node *cgraph_nodes_queue; variable in typeref:struct:cgraph_node
625 node->next_needed = cgraph_nodes_queue;
626 cgraph_nodes_queue = node;
H A Dcgraph.h128 /* Pointer to the next function in cgraph_nodes_queue. */
248 extern GTY(()) struct cgraph_node *cgraph_nodes_queue; variable in typeref:struct:cgraph_node
H A Dcgraphunit.c364 while (cgraph_nodes_queue)
366 struct cgraph_node *n = cgraph_nodes_queue;
368 cgraph_nodes_queue = cgraph_nodes_queue->next_needed;
444 for (n = cgraph_nodes_queue; n; n = n->next_needed)
1116 while (cgraph_nodes_queue)
1119 tree decl = cgraph_nodes_queue->decl;
1121 node = cgraph_nodes_queue;
1122 cgraph_nodes_queue = cgraph_nodes_queue
[all...]

Completed in 104 milliseconds