Searched refs:cgraph_expand_queue (Results 1 – 3 of 3) sorted by relevance
382 while (cgraph_expand_queue) in cgraph_assemble_pending_functions()384 struct cgraph_node *n = cgraph_expand_queue; in cgraph_assemble_pending_functions()385 cgraph_expand_queue = cgraph_expand_queue->next_needed; in cgraph_assemble_pending_functions()1318 while (cgraph_expand_queue) in cgraph_expand_all_functions()1320 node = cgraph_expand_queue; in cgraph_expand_all_functions()1321 cgraph_expand_queue = cgraph_expand_queue->next_needed; in cgraph_expand_all_functions()
249 extern GTY(()) struct cgraph_node *cgraph_expand_queue;
119 struct cgraph_node *cgraph_expand_queue; variable1214 n->next_needed = cgraph_expand_queue; in cgraph_add_new_function()1215 cgraph_expand_queue = n; in cgraph_add_new_function()