Searched refs:cgraph_n_nodes (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dcgraph.h244 extern GTY(()) int cgraph_n_nodes; variable
H A Dipa-utils.c165 env.stack = XCNEWVEC (struct cgraph_node *, cgraph_n_nodes);
H A Dipa.c39 XCNEWVEC (struct cgraph_node *, cgraph_n_nodes);
H A Dcgraph.c122 int cgraph_n_nodes; variable
193 cgraph_n_nodes++;
610 cgraph_n_nodes--;
H A Dipa-pure-const.c602 XCNEWVEC (struct cgraph_node *, cgraph_n_nodes);
H A Dipa-inline.c902 XCNEWVEC (struct cgraph_node *, cgraph_n_nodes);
1196 order = ggc_alloc (sizeof (*order) * cgraph_n_nodes);
H A Dcgraphunit.c1289 struct cgraph_node **order = XCNEWVEC (struct cgraph_node *, cgraph_n_nodes);
1294 gcc_assert (order_pos == cgraph_n_nodes);
H A Dipa-reference.c901 xcalloc (cgraph_n_nodes, sizeof (struct cgraph_node *));

Completed in 73 milliseconds