Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Drtl.c449 int total_counts = 0; in dump_rtx_statistics() local
458 total_counts += rtx_alloc_counts[i]; in dump_rtx_statistics()
465 total_counts += rtvec_alloc_counts; in dump_rtx_statistics()
470 "Total", total_counts, total_sizes); in dump_rtx_statistics()