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

/freebsd-10.1-release/contrib/gcc/
H A Drtl.c145 static int rtx_alloc_counts[(int) LAST_AND_UNUSED_RTX_CODE];
203 rtx_alloc_counts[code]++;
459 if (rtx_alloc_counts[i])
462 rtx_alloc_counts[i], rtx_alloc_sizes[i]);
463 total_counts += rtx_alloc_counts[i];
144 static int rtx_alloc_counts[(int) LAST_AND_UNUSED_RTX_CODE]; variable

Completed in 93 milliseconds