Home
last modified time | relevance | path

Searched refs:rtx_alloc_counts (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtl.c151 static size_t rtx_alloc_counts[(int) LAST_AND_UNUSED_RTX_CODE]; variable
226 rtx_alloc_counts[code]++; in rtx_alloc_stat_v()
802 return rtx_alloc_counts[*n1] - rtx_alloc_counts[*n2]; in rtx_count_cmp()
828 if (rtx_alloc_counts[j]) in dump_rtx_statistics()
832 SIZE_AMOUNT (rtx_alloc_counts[j]), in dump_rtx_statistics()
834 total_counts += rtx_alloc_counts[j]; in dump_rtx_statistics()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Drtl.cc151 static size_t rtx_alloc_counts[(int) LAST_AND_UNUSED_RTX_CODE]; variable
229 rtx_alloc_counts[code]++; in rtx_alloc_stat_v()
820 return rtx_alloc_counts[*n1] - rtx_alloc_counts[*n2]; in rtx_count_cmp()
846 if (rtx_alloc_counts[j]) in dump_rtx_statistics()
850 SIZE_AMOUNT (rtx_alloc_counts[j]), in dump_rtx_statistics()
852 total_counts += rtx_alloc_counts[j]; in dump_rtx_statistics()
H A DChangeLog-201217796 * rtl.c (rtx_alloc_counts, rtx_alloc_sizes, rtvec_alloc_counts,
H A DChangeLog-2003572 * rtl.c (rtx_alloc_counts, rtx_alloc_sizes, rtvec_alloc_counts,
H A DChangeLog-20186138 (rtx_alloc_counts): Change type to size_t.