Lines Matching refs:dump_file

151 	      if (dump_file)  in instrument_edges()
152 fprintf (dump_file, "Edge %d to %d instrumented%s\n", in instrument_edges()
161 if (dump_file) in instrument_edges()
162 fprintf (dump_file, "%d edges instrumented\n", num_instr_edges); in instrument_edges()
250 if (dump_file && profile_info) in get_exec_counts()
251 fprintf(dump_file, "Merged %u profiles with maximal count %u.\n", in get_exec_counts()
341 if (dump_file) in compute_branch_probabilities()
343 fprintf (dump_file, "\nRead edge from %i to %i, count:", in compute_branch_probabilities()
345 fprintf (dump_file, HOST_WIDEST_INT_PRINT_DEC, in compute_branch_probabilities()
351 if (dump_file) in compute_branch_probabilities()
352 fprintf (dump_file, "\n%d edge counts read\n", num_edges); in compute_branch_probabilities()
466 if (dump_file) in compute_branch_probabilities()
467 dump_flow_info (dump_file, dump_flags); in compute_branch_probabilities()
470 if (dump_file) in compute_branch_probabilities()
471 fprintf (dump_file, "Graph solving took %d passes.\n\n", passes); in compute_branch_probabilities()
584 if (dump_file) in compute_branch_probabilities()
586 fprintf (dump_file, "%d branches\n", num_branches); in compute_branch_probabilities()
587 fprintf (dump_file, "%d branches never executed\n", in compute_branch_probabilities()
591 fprintf (dump_file, "%d%% branches in range %d-%d%%\n", in compute_branch_probabilities()
600 fputc ('\n', dump_file); in compute_branch_probabilities()
601 fputc ('\n', dump_file); in compute_branch_probabilities()
825 if (dump_file) in branch_prob()
826 fprintf (dump_file, "Adding fake exit edge to bb %i\n", in branch_prob()
832 if (dump_file) in branch_prob()
833 fprintf (dump_file, "Adding fake entry edge to bb %i\n", in branch_prob()
886 if (dump_file) in branch_prob()
887 fprintf (dump_file, "%d basic blocks\n", n_basic_blocks); in branch_prob()
890 if (dump_file) in branch_prob()
891 fprintf (dump_file, "%d edges\n", num_edges); in branch_prob()
894 if (dump_file) in branch_prob()
895 fprintf (dump_file, "%d ignored edges\n", ignored_edges); in branch_prob()
1124 if (dump_file) in find_spanning_tree()
1125 fprintf (dump_file, "Abnormal edge %d to %d put to tree\n", in find_spanning_tree()
1139 if (dump_file) in find_spanning_tree()
1140 fprintf (dump_file, "Critical edge %d to %d put to tree\n", in find_spanning_tree()
1154 if (dump_file) in find_spanning_tree()
1155 fprintf (dump_file, "Normal edge %d to %d put to tree\n", in find_spanning_tree()
1192 if (dump_file) in end_branch_prob()
1194 fprintf (dump_file, "\n"); in end_branch_prob()
1195 fprintf (dump_file, "Total number of blocks: %d\n", in end_branch_prob()
1197 fprintf (dump_file, "Total number of edges: %d\n", total_num_edges); in end_branch_prob()
1198 fprintf (dump_file, "Total number of ignored edges: %d\n", in end_branch_prob()
1200 fprintf (dump_file, "Total number of instrumented edges: %d\n", in end_branch_prob()
1202 fprintf (dump_file, "Total number of blocks created: %d\n", in end_branch_prob()
1204 fprintf (dump_file, "Total number of graph solution passes: %d\n", in end_branch_prob()
1207 fprintf (dump_file, "Average number of graph solution passes: %d\n", in end_branch_prob()
1210 fprintf (dump_file, "Total number of branches: %d\n", in end_branch_prob()
1212 fprintf (dump_file, "Total number of branches never executed: %d\n", in end_branch_prob()
1219 fprintf (dump_file, "%d%% branches in range %d-%d%%\n", in end_branch_prob()