Home
last modified time | relevance | path

Searched refs:rtvec_alloc_sizes (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtl.c154 static size_t rtvec_alloc_sizes; variable
174 rtvec_alloc_sizes += n * sizeof (rtx); in rtvec_alloc()
843 SIZE_AMOUNT (rtvec_alloc_sizes)); in dump_rtx_statistics()
845 total_sizes += rtvec_alloc_sizes; in dump_rtx_statistics()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Drtl.cc154 static size_t rtvec_alloc_sizes; variable
177 rtvec_alloc_sizes += n * sizeof (rtx); in rtvec_alloc()
861 SIZE_AMOUNT (rtvec_alloc_sizes)); in dump_rtx_statistics()
863 total_sizes += rtvec_alloc_sizes; in dump_rtx_statistics()
H A DChangeLog-201217797 rtvec_alloc_sizes): Always define.