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

  /src/external/gpl3/gcc/dist/gcc/
lto-streamer.cc 36 struct lto_stats_d lto_stats; variable in typeref:struct:lto_stats_d
157 HOST_WIDE_INT_PRINT_UNSIGNED "\n", s, lto_stats.num_input_files);
161 lto_stats.num_input_cgraph_nodes);
165 lto_stats.num_function_bodies);
168 if (lto_stats.num_trees[i])
171 get_tree_code_name ((enum tree_code) i), lto_stats.num_trees[i]);
178 lto_stats.num_output_il_bytes,
179 lto_stats.num_compressed_il_bytes);
180 if (lto_stats.num_output_il_bytes > 0)
182 const float dividend = (float) lto_stats.num_compressed_il_bytes
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
lto-streamer.cc 36 struct lto_stats_d lto_stats; variable in typeref:struct:lto_stats_d
157 HOST_WIDE_INT_PRINT_UNSIGNED "\n", s, lto_stats.num_input_files);
161 lto_stats.num_input_cgraph_nodes);
165 lto_stats.num_function_bodies);
168 if (lto_stats.num_trees[i])
171 get_tree_code_name ((enum tree_code) i), lto_stats.num_trees[i]);
178 lto_stats.num_output_il_bytes,
179 lto_stats.num_compressed_il_bytes);
180 if (lto_stats.num_output_il_bytes > 0)
182 const float dividend = (float) lto_stats.num_compressed_il_bytes
    [all...]

Completed in 41 milliseconds