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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drtl.c152 static size_t rtx_alloc_counts[(int) LAST_AND_UNUSED_RTX_CODE];
228 rtx_alloc_counts[code]++;
799 /* Comparator of indices based on rtx_alloc_counts. */
807 return rtx_alloc_counts[*n1] - rtx_alloc_counts[*n2];
833 if (rtx_alloc_counts[j])
837 SIZE_AMOUNT (rtx_alloc_counts[j]),
839 total_counts += rtx_alloc_counts[j];
151 static size_t rtx_alloc_counts[(int) LAST_AND_UNUSED_RTX_CODE]; variable
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Drtl.cc152 static size_t rtx_alloc_counts[(int) LAST_AND_UNUSED_RTX_CODE];
231 rtx_alloc_counts[code]++;
817 /* Comparator of indices based on rtx_alloc_counts. */
825 return rtx_alloc_counts[*n1] - rtx_alloc_counts[*n2];
851 if (rtx_alloc_counts[j])
855 SIZE_AMOUNT (rtx_alloc_counts[j]),
857 total_counts += rtx_alloc_counts[j];
151 static size_t rtx_alloc_counts[(int) LAST_AND_UNUSED_RTX_CODE]; variable

Completed in 127 milliseconds