Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Drtl.c144 static int rtx_alloc_counts[(int) LAST_AND_UNUSED_RTX_CODE]; variable
201 rtx_alloc_counts[code]++; in rtx_alloc_stat()
454 if (rtx_alloc_counts[i]) in dump_rtx_statistics()
457 rtx_alloc_counts[i], rtx_alloc_sizes[i]); in dump_rtx_statistics()
458 total_counts += rtx_alloc_counts[i]; in dump_rtx_statistics()
H A DChangeLog-2003572 * rtl.c (rtx_alloc_counts, rtx_alloc_sizes, rtvec_alloc_counts,