Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtl.c808 int total_counts = 0; in dump_rtx_statistics() local
834 total_counts += rtx_alloc_counts[j]; in dump_rtx_statistics()
844 total_counts += rtvec_alloc_counts; in dump_rtx_statistics()
849 "Total", SIZE_AMOUNT (total_counts), in dump_rtx_statistics()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Drtl.cc826 int total_counts = 0; in dump_rtx_statistics() local
852 total_counts += rtx_alloc_counts[j]; in dump_rtx_statistics()
862 total_counts += rtvec_alloc_counts; in dump_rtx_statistics()
867 "Total", SIZE_AMOUNT (total_counts), in dump_rtx_statistics()