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

/freebsd-9.3-release/contrib/gcc/
H A Dcgraph.h249 extern GTY(()) struct cgraph_node *cgraph_expand_queue; variable in typeref:struct:cgraph_node
H A Dcgraphunit.c382 while (cgraph_expand_queue)
384 struct cgraph_node *n = cgraph_expand_queue;
385 cgraph_expand_queue = cgraph_expand_queue->next_needed;
1318 while (cgraph_expand_queue)
1320 node = cgraph_expand_queue;
1321 cgraph_expand_queue = cgraph_expand_queue->next_needed;
H A Dcgraph.c119 struct cgraph_node *cgraph_expand_queue; variable in typeref:struct:cgraph_node
1214 n->next_needed = cgraph_expand_queue;
1215 cgraph_expand_queue = n;

Completed in 96 milliseconds