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

/freebsd-9.3-release/contrib/gcc/
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)
1102 while (cgraph_nodes_queue)
1105 tree decl = cgraph_nodes_queue->decl;
1107 node = cgraph_nodes_queue;
1108 cgraph_nodes_queue = cgraph_nodes_queue
[all...]
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 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;

Completed in 101 milliseconds