Searched refs:tree_code_counts (Results 1 – 2 of 2) sorted by relevance
128 static int tree_code_counts[MAX_TREE_CODES]; variable829 tree_code_counts[(int) code]++; in record_node_allocation_statistics()6287 tree_code_counts[(int) TREE_CODE (type)]--; in type_hash_canon()8683 fprintf (stderr, "%-20s %7d\n", tree_code_name[i], tree_code_counts[i]); in dump_tree_statistics()
132 static uint64_t tree_code_counts[MAX_TREE_CODES]; variable999 tree_code_counts[(int) code]++; in record_node_allocation_statistics()1138 gcc_checking_assert (tree_code_counts[(int) TREE_CODE (node)] != 0); in free_node()1142 tree_code_counts[(int) TREE_CODE (node)]--; in free_node()9108 get_tree_code_name ((enum tree_code) i), tree_code_counts[i]); in dump_tree_statistics()