Home
last modified time | relevance | path

Searched refs:cgraph_new_nodes (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcgraphunit.cc215 vec<cgraph_node *> cgraph_new_nodes; variable
302 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()
H A Dipa-inline-transform.cc113 && !cgraph_new_nodes.exists ()); in can_remove_node_now_p_1()
H A Dcgraph.h2570 extern vec<cgraph_node *> cgraph_new_nodes;
H A DChangeLog-201227463 * 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.
H A DChangeLog-200655 (cgraph_new_nodes): ... this one.
59 (cgraph_new_nodes): ... this one.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcgraphunit.c213 vec<cgraph_node *> cgraph_new_nodes; variable
303 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()
H A Dipa-inline-transform.c109 && !cgraph_new_nodes.exists ()); in can_remove_node_now_p_1()
H A Dcgraph.h2594 extern vec<cgraph_node *> cgraph_new_nodes;