Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcgraphunit.c1111 while (cgraph_nodes_queue) in cgraph_analyze_functions()
1114 tree decl = cgraph_nodes_queue->decl; in cgraph_analyze_functions()
1116 node = cgraph_nodes_queue; in cgraph_analyze_functions()
1117 cgraph_nodes_queue = cgraph_nodes_queue->next_needed; in cgraph_analyze_functions()
H A Dcgraph.c130 struct cgraph_node *cgraph_nodes_queue; variable
1676 node->next_needed = cgraph_nodes_queue; in cgraph_mark_reachable_node()
1677 cgraph_nodes_queue = node; in cgraph_mark_reachable_node()
H A Dcgraph.h465 extern GTY(()) struct cgraph_node *cgraph_nodes_queue;
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcgraph.c72 #define cgraph_nodes_queue ((cgraph_node *)x_cgraph_nodes_queue) macro