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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drtl.c155 static size_t rtvec_alloc_sizes;
176 rtvec_alloc_sizes += n * sizeof (rtx);
848 SIZE_AMOUNT (rtvec_alloc_sizes));
850 total_sizes += rtvec_alloc_sizes;
154 static size_t rtvec_alloc_sizes; variable
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Drtl.cc155 static size_t rtvec_alloc_sizes;
179 rtvec_alloc_sizes += n * sizeof (rtx);
866 SIZE_AMOUNT (rtvec_alloc_sizes));
868 total_sizes += rtvec_alloc_sizes;
154 static size_t rtvec_alloc_sizes; variable

Completed in 78 milliseconds