Searched refs:cgraph_n_nodes (Results 1 – 11 of 11) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | ipa-utils.c | 172 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 D | ipa-pure-const.c | 1100 XCNEWVEC (struct cgraph_node *, cgraph_n_nodes); in propagate_pure_const() 1372 XCNEWVEC (struct cgraph_node *, cgraph_n_nodes); in propagate_nothrow()
|
H A D | passes.c | 1608 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 D | cgraph.c | 138 int cgraph_n_nodes; variable 484 cgraph_n_nodes++; in cgraph_create_node_1() 1607 cgraph_n_nodes--; in cgraph_remove_node()
|
H A D | cgraph.h | 446 extern GTY(()) int cgraph_n_nodes;
|
H A D | cgraphunit.c | 1884 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 D | ipa-reference.c | 619 XCNEWVEC (struct cgraph_node *, cgraph_n_nodes); in propagate()
|
H A D | ipa-cp.c | 515 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 D | ipa.c | 1054 struct cgraph_node **order = XCNEWVEC (struct cgraph_node *, cgraph_n_nodes); in ipa_profile()
|
H A D | ipa-inline.c | 1679 XCNEWVEC (struct cgraph_node *, cgraph_n_nodes); in ipa_inline()
|
/dflybsd-src/contrib/gcc-4.7/gcc/lto/ |
H A D | lto.c | 1765 XCNEWVEC (struct cgraph_node *, cgraph_n_nodes); in lto_balanced_map()
|