Searched refs:fmt_str_1 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-dfa.c187 const char * const fmt_str_1 = "%-30s%13lu" PRsa (11) "\n"; local
203 fprintf (file, fmt_str_1, "USE operands", dfa_stats.num_uses,
208 fprintf (file, fmt_str_1, "DEF operands", dfa_stats.num_defs,
213 fprintf (file, fmt_str_1, "VUSE operands", dfa_stats.num_vuses,
218 fprintf (file, fmt_str_1, "VDEF operands", dfa_stats.num_vdefs,
223 fprintf (file, fmt_str_1, "PHI nodes", dfa_stats.num_phis,
228 fprintf (file, fmt_str_1, "PHI arguments", dfa_stats.num_phi_args,
H A Dtree-cfg.c2574 const char * const fmt_str_1 = "%-30s%13d" PRsa (11) "\n"; local
2588 fprintf (file, fmt_str_1, "Basic blocks", n_basic_blocks_for_fn (cfun),
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-dfa.cc188 const char * const fmt_str_1 = "%-30s%13lu" PRsa (11) "\n"; local
204 fprintf (file, fmt_str_1, "USE operands", dfa_stats.num_uses,
209 fprintf (file, fmt_str_1, "DEF operands", dfa_stats.num_defs,
214 fprintf (file, fmt_str_1, "VUSE operands", dfa_stats.num_vuses,
219 fprintf (file, fmt_str_1, "VDEF operands", dfa_stats.num_vdefs,
224 fprintf (file, fmt_str_1, "PHI nodes", dfa_stats.num_phis,
229 fprintf (file, fmt_str_1, "PHI arguments", dfa_stats.num_phi_args,
H A Dtree-cfg.cc2594 const char * const fmt_str_1 = "%-30s%13d" PRsa (11) "\n"; local
2608 fprintf (file, fmt_str_1, "Basic blocks", n_basic_blocks_for_fn (cfun),

Completed in 224 milliseconds