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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drtl.c153 static size_t rtx_alloc_sizes[(int) LAST_AND_UNUSED_RTX_CODE];
229 rtx_alloc_sizes[code] += RTX_CODE_SIZE (code);
838 SIZE_AMOUNT (rtx_alloc_sizes[j]));
840 total_sizes += rtx_alloc_sizes[j];
152 static size_t rtx_alloc_sizes[(int) LAST_AND_UNUSED_RTX_CODE]; variable
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Drtl.cc153 static size_t rtx_alloc_sizes[(int) LAST_AND_UNUSED_RTX_CODE];
232 rtx_alloc_sizes[code] += RTX_CODE_SIZE (code);
856 SIZE_AMOUNT (rtx_alloc_sizes[j]));
858 total_sizes += rtx_alloc_sizes[j];
152 static size_t rtx_alloc_sizes[(int) LAST_AND_UNUSED_RTX_CODE]; variable

Completed in 124 milliseconds