Searched refs:cgraph_nodes_queue (Results 1 – 4 of 4) sorted by relevance
1111 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()
130 struct cgraph_node *cgraph_nodes_queue; variable1676 node->next_needed = cgraph_nodes_queue; in cgraph_mark_reachable_node()1677 cgraph_nodes_queue = node; in cgraph_mark_reachable_node()
465 extern GTY(()) struct cgraph_node *cgraph_nodes_queue;
72 #define cgraph_nodes_queue ((cgraph_node *)x_cgraph_nodes_queue) macro