Home
last modified time | relevance | path

Searched refs:record_node_allocation_statistics (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.cc1175 record_node_allocation_statistics (enum tree_code code, size_t length) in record_node_allocation_statistics() function
1210 record_node_allocation_statistics (code, length); in make_node()
1355 record_node_allocation_statistics (code, length); in copy_node()
1508 record_node_allocation_statistics (POLY_INT_CST, length); in build_new_poly_int_cst()
2060 record_node_allocation_statistics (VECTOR_CST, length); in make_vector()
2487 record_node_allocation_statistics (STRING_CST, size); in build_string()
2698 record_node_allocation_statistics (TREE_BINFO, length); in make_tree_binfo()
2741 record_node_allocation_statistics (INTEGER_CST, length); in make_int_cst()
2769 record_node_allocation_statistics (TREE_VEC, length); in make_tree_vec()
2792 record_node_allocation_statistics (TREE_VEC, length - oldlength); in grow_tree_vec()
[all …]
H A DChangeLog-201827470 * tree.c (record_node_allocation_statistics): Use
27473 record_node_allocation_statistics.
33285 passing the info to record_node_allocation_statistics.
H A DChangeLog-201127437 (record_node_allocation_statistics): Count individual tree codes.
33675 * tree.c (record_node_allocation_statistics): New function.
H A DChangeLog-201217803 (record_node_allocation_statistics): Convert #ifdef GATHER_STATISTICS
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.c1012 record_node_allocation_statistics (enum tree_code code, size_t length) in record_node_allocation_statistics() function
1047 record_node_allocation_statistics (code, length); in make_node()
1192 record_node_allocation_statistics (code, length); in copy_node()
1345 record_node_allocation_statistics (POLY_INT_CST, length); in build_new_poly_int_cst()
1843 record_node_allocation_statistics (VECTOR_CST, length); in make_vector()
2218 record_node_allocation_statistics (STRING_CST, size); in build_string()
2429 record_node_allocation_statistics (TREE_BINFO, length); in make_tree_binfo()
2472 record_node_allocation_statistics (INTEGER_CST, length); in make_int_cst()
2500 record_node_allocation_statistics (TREE_VEC, length); in make_tree_vec()
2523 record_node_allocation_statistics (TREE_VEC, length - oldlength); in grow_tree_vec()
[all …]