Searched refs:record_node_allocation_statistics (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree.c | 992 record_node_allocation_statistics (enum tree_code code, size_t length) in record_node_allocation_statistics() function 1027 record_node_allocation_statistics (code, length); in make_node() 1168 record_node_allocation_statistics (code, length); in copy_node() 1321 record_node_allocation_statistics (POLY_INT_CST, length); in build_new_poly_int_cst() 1819 record_node_allocation_statistics (VECTOR_CST, length); in make_vector() 2155 record_node_allocation_statistics (STRING_CST, length); in build_string() 2360 record_node_allocation_statistics (TREE_BINFO, length); in make_tree_binfo() 2403 record_node_allocation_statistics (INTEGER_CST, length); in make_int_cst() 2431 record_node_allocation_statistics (TREE_VEC, length); in make_tree_vec() 2454 record_node_allocation_statistics (TREE_VEC, length - oldlength); in grow_tree_vec() [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree.c | 748 record_node_allocation_statistics (enum tree_code code ATTRIBUTE_UNUSED, in record_node_allocation_statistics() function 857 record_node_allocation_statistics (code, length); in make_node_stat() 954 record_node_allocation_statistics (code, length); in copy_node_stat() 1540 record_node_allocation_statistics (STRING_CST, length); in build_string() 1660 record_node_allocation_statistics (TREE_BINFO, length); in make_tree_binfo_stat() 1699 record_node_allocation_statistics (TREE_VEC, length); in make_tree_vec_stat() 2235 record_node_allocation_statistics (TREE_LIST, sizeof (struct tree_list)); in tree_cons_stat() 3699 record_node_allocation_statistics (code, length); in build1_stat() 9937 record_node_allocation_statistics (OMP_CLAUSE, size); in build_omp_clause() 9962 record_node_allocation_statistics (code, length); in build_vl_exp_stat()
|