Searched refs:cgraph_n_nodes (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | ipa.c | 39 XCNEWVEC (struct cgraph_node *, cgraph_n_nodes); in cgraph_postorder()
|
| HD | ipa-utils.c | 164 env.stack = XCNEWVEC (struct cgraph_node *, cgraph_n_nodes); in ipa_utils_reduced_inorder()
|
| HD | cgraph.h | 244 extern GTY(()) int cgraph_n_nodes;
|
| HD | cgraph.c | 122 int cgraph_n_nodes; variable 193 cgraph_n_nodes++; in cgraph_create_node() 610 cgraph_n_nodes--; in cgraph_remove_node()
|
| HD | ipa-inline.c | 902 XCNEWVEC (struct cgraph_node *, cgraph_n_nodes); in cgraph_decide_inlining() 1196 order = ggc_alloc (sizeof (*order) * cgraph_n_nodes); in cgraph_early_inlining()
|
| HD | ipa-pure-const.c | 601 XCNEWVEC (struct cgraph_node *, cgraph_n_nodes); in static_execute()
|
| HD | cgraphunit.c | 1303 struct cgraph_node **order = XCNEWVEC (struct cgraph_node *, cgraph_n_nodes); in cgraph_expand_all_functions() 1308 gcc_assert (order_pos == cgraph_n_nodes); in cgraph_expand_all_functions()
|
| HD | ipa-reference.c | 899 xcalloc (cgraph_n_nodes, sizeof (struct cgraph_node *)); in static_execute()
|
| HD | ChangeLog-2003 | 16527 cgraph_node, cgraph_edge, cgraph_varpool_node, cgraph_nodes, cgraph_n_nodes, 31968 (cgraph_nodes, cgraph_n_nodes): Globalize.
|
| HD | ChangeLog.tree-ssa | 4003 (cgraph_remove_node): Decrease cgraph_n_nodes; do not clear
|