Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A 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()
H A DChangeLog-201217801 * tree.c (_obstack_allocated_p, tree_code_counts, tree_node_counts,
H A DChangeLog-201127436 * tree.c (tree_code_counts): New global array.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.c133 static uint64_t tree_code_counts[MAX_TREE_CODES]; variable
1019 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()