Searched refs:cgraph_nodes_queue (Results 1 – 3 of 3) sorted by relevance
364 while (cgraph_nodes_queue) in cgraph_assemble_pending_functions()366 struct cgraph_node *n = cgraph_nodes_queue; in cgraph_assemble_pending_functions()368 cgraph_nodes_queue = cgraph_nodes_queue->next_needed; in cgraph_assemble_pending_functions()444 for (n = cgraph_nodes_queue; n; n = n->next_needed) in cgraph_reset_node()1102 while (cgraph_nodes_queue) in cgraph_finalize_compilation_unit()1105 tree decl = cgraph_nodes_queue->decl; in cgraph_finalize_compilation_unit()1107 node = cgraph_nodes_queue; in cgraph_finalize_compilation_unit()1108 cgraph_nodes_queue = cgraph_nodes_queue->next_needed; in cgraph_finalize_compilation_unit()
248 extern GTY(()) struct cgraph_node *cgraph_nodes_queue;
114 struct cgraph_node *cgraph_nodes_queue; variable625 node->next_needed = cgraph_nodes_queue; in cgraph_mark_reachable_node()626 cgraph_nodes_queue = node; in cgraph_mark_reachable_node()