Searched refs:cgraph_new_nodes (Results 1 – 8 of 8) sorted by relevance
215 vec<cgraph_node *> cgraph_new_nodes; variable302 if (!cgraph_new_nodes.exists ()) in process_new_functions()308 for (unsigned i = 0; i < cgraph_new_nodes.length (); i++) in process_new_functions()310 cgraph_node *node = cgraph_new_nodes[i]; in process_new_functions()370 cgraph_new_nodes.release (); in process_new_functions()546 cgraph_new_nodes.safe_push (node); in add_new_function()577 cgraph_new_nodes.safe_push (node); in add_new_function()2544 gcc_assert (cgraph_new_nodes.length () == 0); in cgraphunit_cc_finalize()2545 cgraph_new_nodes.truncate (0); in cgraphunit_cc_finalize()
113 && !cgraph_new_nodes.exists ()); in can_remove_node_now_p_1()
2570 extern vec<cgraph_node *> cgraph_new_nodes;
27463 * cgraph.c (cgraph_new_nodes): Remove.27469 (x_cgraph_nodes_queue, x_cgraph_nodes_queue, cgraph_new_nodes): Remove.27470 (cgraph_new_nodes): Declare.27485 * cgraphunit.c (cgraph_new_nodes): Declare here.
55 (cgraph_new_nodes): ... this one.59 (cgraph_new_nodes): ... this one.
213 vec<cgraph_node *> cgraph_new_nodes; variable303 if (!cgraph_new_nodes.exists ()) in process_new_functions()309 for (unsigned i = 0; i < cgraph_new_nodes.length (); i++) in process_new_functions()311 cgraph_node *node = cgraph_new_nodes[i]; in process_new_functions()371 cgraph_new_nodes.release (); in process_new_functions()546 cgraph_new_nodes.safe_push (node); in add_new_function()575 cgraph_new_nodes.safe_push (node); in add_new_function()3028 gcc_assert (cgraph_new_nodes.length () == 0); in cgraphunit_c_finalize()3029 cgraph_new_nodes.truncate (0); in cgraphunit_c_finalize()
109 && !cgraph_new_nodes.exists ()); in can_remove_node_now_p_1()
2594 extern vec<cgraph_node *> cgraph_new_nodes;