Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Drtl.c138 static int rtx_alloc_counts[(int) LAST_AND_UNUSED_RTX_CODE]; variable
208 rtx_alloc_counts[code]++; in rtx_alloc_stat()
715 if (rtx_alloc_counts[i]) in dump_rtx_statistics()
718 rtx_alloc_counts[i], rtx_alloc_sizes[i]); in dump_rtx_statistics()
719 total_counts += rtx_alloc_counts[i]; in dump_rtx_statistics()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Drtl.c140 static int rtx_alloc_counts[(int) LAST_AND_UNUSED_RTX_CODE]; variable
220 rtx_alloc_counts[code]++; in rtx_alloc_stat_v()
789 if (rtx_alloc_counts[i]) in dump_rtx_statistics()
792 rtx_alloc_counts[i], rtx_alloc_sizes[i]); in dump_rtx_statistics()
793 total_counts += rtx_alloc_counts[i]; in dump_rtx_statistics()