Searched refs:tree_code_counts (Results 1 – 4 of 4) sorted by relevance
136 static uint64_t tree_code_counts[MAX_TREE_CODES]; variable1182 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()
17801 * tree.c (_obstack_allocated_p, tree_code_counts, tree_node_counts,
27436 * tree.c (tree_code_counts): New global array.
133 static uint64_t tree_code_counts[MAX_TREE_CODES]; variable1019 tree_code_counts[(int) code]++; in record_node_allocation_statistics()1158 gcc_checking_assert (tree_code_counts[(int) TREE_CODE (node)] != 0); in free_node()1162 tree_code_counts[(int) TREE_CODE (node)]--; in free_node()9482 return tree_code_counts[*n1] - tree_code_counts[*n2]; in tree_codes_cmp()9535 SIZE_AMOUNT (tree_code_counts[j])); in dump_tree_statistics()