Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree.c128 static int tree_code_counts[MAX_TREE_CODES]; variable
829 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()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree.c132 static uint64_t tree_code_counts[MAX_TREE_CODES]; variable
999 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()