Home
last modified time | relevance | path

Searched refs:tree_code_counts (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.cc136 static uint64_t tree_code_counts[MAX_TREE_CODES]; variable
1182 tree_code_counts[(int) code]++; in record_node_allocation_statistics()
1321 gcc_checking_assert (tree_code_counts[(int) TREE_CODE (node)] != 0); in free_node()
1325 tree_code_counts[(int) TREE_CODE (node)]--; in free_node()
8572 return tree_code_counts[*n1] - tree_code_counts[*n2]; in tree_codes_cmp()
8625 SIZE_AMOUNT (tree_code_counts[j])); in dump_tree_statistics()
DChangeLog-201217801 * tree.c (_obstack_allocated_p, tree_code_counts, tree_node_counts,
DChangeLog-201127436 * tree.c (tree_code_counts): New global array.