Home
last modified time | relevance | path

Searched refs:cgraph_n_nodes (Results 1 – 11 of 11) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dipa-utils.c172 env.stack = XCNEWVEC (struct cgraph_node *, cgraph_n_nodes); in ipa_reduced_postorder()
258 XCNEWVEC (struct postorder_stack, cgraph_n_nodes); in ipa_reverse_postorder()
H A Dipa-pure-const.c1100 XCNEWVEC (struct cgraph_node *, cgraph_n_nodes); in propagate_pure_const()
1372 XCNEWVEC (struct cgraph_node *, cgraph_n_nodes); in propagate_nothrow()
H A Dpasses.c1608 order = ggc_alloc_vec_cgraph_node_ptr (cgraph_n_nodes); in do_per_function_toporder()
2228 order = XCNEWVEC (struct cgraph_node *, cgraph_n_nodes); in ipa_write_summaries()
2230 gcc_assert (order_pos == cgraph_n_nodes); in ipa_write_summaries()
H A Dcgraph.c138 int cgraph_n_nodes; variable
484 cgraph_n_nodes++; in cgraph_create_node_1()
1607 cgraph_n_nodes--; in cgraph_remove_node()
H A Dcgraph.h446 extern GTY(()) int cgraph_n_nodes;
H A Dcgraphunit.c1884 struct cgraph_node **order = XCNEWVEC (struct cgraph_node *, cgraph_n_nodes); in cgraph_expand_all_functions()
1889 gcc_assert (order_pos == cgraph_n_nodes); in cgraph_expand_all_functions()
H A Dipa-reference.c619 XCNEWVEC (struct cgraph_node *, cgraph_n_nodes); in propagate()
H A Dipa-cp.c515 topo->order = XCNEWVEC (struct cgraph_node *, cgraph_n_nodes); in build_toporder_info()
516 topo->stack = XCNEWVEC (struct cgraph_node *, cgraph_n_nodes); in build_toporder_info()
H A Dipa.c1054 struct cgraph_node **order = XCNEWVEC (struct cgraph_node *, cgraph_n_nodes); in ipa_profile()
H A Dipa-inline.c1679 XCNEWVEC (struct cgraph_node *, cgraph_n_nodes); in ipa_inline()
/dflybsd-src/contrib/gcc-4.7/gcc/lto/
H A Dlto.c1765 XCNEWVEC (struct cgraph_node *, cgraph_n_nodes); in lto_balanced_map()