Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Drtl.c450 int total_sizes = 0; in dump_rtx_statistics() local
459 total_sizes += rtx_alloc_sizes[i]; in dump_rtx_statistics()
466 total_sizes += rtvec_alloc_sizes; in dump_rtx_statistics()
470 "Total", total_counts, total_sizes); in dump_rtx_statistics()