Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-common.c1057 static unsigned long num_sccs_read; variable
1906 num_sccs_read++; in lto_read_decls()
2996 pfx, num_sccs_read, total_scc_size / (double)num_sccs_read); in print_lto_report_1()
2999 if (flag_wpa && tree_scc_hash && num_sccs_read) in print_lto_report_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-common.cc1062 static unsigned long num_sccs_read; variable
1915 num_sccs_read++; in lto_read_decls()
3005 pfx, num_sccs_read, total_scc_size / (double)num_sccs_read); in print_lto_report_1()
3008 if (flag_wpa && tree_scc_hash && num_sccs_read) in print_lto_report_1()
H A DChangeLog2505 num_not_merged_types_in_same_scc, total_scc_size, num_sccs_read,