Home
last modified time | relevance | path

Searched refs:cgraph_max_uid (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dipa-prop.h308 cgraph_max_uid); in ipa_check_create_node_params()
311 <= (unsigned) cgraph_max_uid) in ipa_check_create_node_params()
313 ipa_node_params_vector, cgraph_max_uid + 1); in ipa_check_create_node_params()
H A Dipa-inline-analysis.c798 <= (unsigned) cgraph_max_uid) in inline_summary_alloc()
800 inline_summary_vec, cgraph_max_uid + 1); in inline_summary_alloc()
1082 if (cgraph_max_uid) in initialize_growth_caches()
1083 VEC_safe_grow_cleared (int, heap, node_growth_cache, cgraph_max_uid); in initialize_growth_caches()
2899 VEC_safe_grow_cleared (int, heap, node_growth_cache, cgraph_max_uid); in do_estimate_growth()
H A Dcgraph.h447 extern GTY(()) int cgraph_max_uid;
H A Dcgraph.c141 int cgraph_max_uid; variable
462 node->uid = cgraph_max_uid++; in cgraph_allocate_node()
H A Dipa-cp.c2050 > (unsigned) cgraph_max_uid)); in create_specialized_node()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dpasses.c1712 order_idx = XALLOCAVEC (int, symtab->cgraph_max_uid + 1); in do_per_function_toporder()
1713 memset (order_idx + 1, -1, sizeof (int) * symtab->cgraph_max_uid); in do_per_function_toporder()
1714 order_idx[0] = symtab->cgraph_max_uid; in do_per_function_toporder()
H A Dcgraph.h2243 int cgraph_max_uid; variable
2640 node->uid = cgraph_max_uid++; in allocate_cgraph_symbol()
H A Dipa-prop.c3750 <= (unsigned) symtab->cgraph_max_uid) in ipcp_grow_transformations_if_necessary()
3751 vec_safe_grow_cleared (ipcp_transformations, symtab->cgraph_max_uid + 1); in ipcp_grow_transformations_if_necessary()
/dragonfly/contrib/gcc-4.7/gcc/lto/
H A Dlto.c1766 struct cgraph_node **order = XNEWVEC (struct cgraph_node *, cgraph_max_uid); in lto_balanced_map()