HomeSort by: relevance | last modified time | path
    Searched defs:fmt_str_1 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-dfa.cc 182 const char * const fmt_str_1 = "%-30s%13lu" PRsa (11) "\n"; local
198 fprintf (file, fmt_str_1, "USE operands", dfa_stats.num_uses,
203 fprintf (file, fmt_str_1, "DEF operands", dfa_stats.num_defs,
208 fprintf (file, fmt_str_1, "VUSE operands", dfa_stats.num_vuses,
213 fprintf (file, fmt_str_1, "VDEF operands", dfa_stats.num_vdefs,
218 fprintf (file, fmt_str_1, "PHI nodes", dfa_stats.num_phis,
223 fprintf (file, fmt_str_1, "PHI arguments", dfa_stats.num_phi_args,
tree-cfg.cc 2670 const char * const fmt_str_1 = "%-30s%13d" PRsa (11) "\n"; local
2684 fprintf (file, fmt_str_1, "Basic blocks", n_basic_blocks_for_fn (cfun),
  /src/external/gpl3/gcc.old/dist/gcc/
tree-dfa.cc 188 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,
tree-cfg.cc 2594 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 31 milliseconds