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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drtl.c813 int total_counts = 0;
839 total_counts += rtx_alloc_counts[j];
849 total_counts += rtvec_alloc_counts;
854 "Total", SIZE_AMOUNT (total_counts),
808 int total_counts = 0; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Drtl.cc831 int total_counts = 0;
857 total_counts += rtx_alloc_counts[j];
867 total_counts += rtvec_alloc_counts;
872 "Total", SIZE_AMOUNT (total_counts),
826 int total_counts = 0; local

Completed in 93 milliseconds