| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | ipa-pure-const.c | 305 if (dump_file) in check_decl() 306 fprintf (dump_file, " Volatile operand is not const/pure\n"); in check_decl() 319 if (dump_file) in check_decl() 320 fprintf (dump_file, " Used static/global variable is not const/pure\n"); in check_decl() 335 if (dump_file) in check_decl() 336 fprintf (dump_file, " static/global memory write is not const/pure\n"); in check_decl() 347 if (dump_file) in check_decl() 348 fprintf (dump_file, " global memory read is not const\n"); in check_decl() 361 if (dump_file) in check_decl() 362 fprintf (dump_file, " static memory read is not const\n"); in check_decl() [all …]
|
| H A D | graphite-dependences.c | 83 if (dump_file) in scop_get_reads_and_writes() 85 fprintf (dump_file, "Adding read to depedence graph: "); in scop_get_reads_and_writes() 86 print_pdr (dump_file, pdr); in scop_get_reads_and_writes() 91 if (dump_file) in scop_get_reads_and_writes() 93 fprintf (dump_file, "Reads depedence graph: "); in scop_get_reads_and_writes() 94 print_isl_union_map (dump_file, reads); in scop_get_reads_and_writes() 99 if (dump_file) in scop_get_reads_and_writes() 101 fprintf (dump_file, "Adding must write to depedence graph: "); in scop_get_reads_and_writes() 102 print_pdr (dump_file, pdr); in scop_get_reads_and_writes() 107 if (dump_file) in scop_get_reads_and_writes() [all …]
|
| H A D | ipa-polymorphic-call.c | 1220 if (dump_file) in extr_type_from_vtbl_ptr_store() 1221 fprintf (dump_file, " LHS is not virtual table.\n"); in extr_type_from_vtbl_ptr_store() 1234 if (dump_file) in extr_type_from_vtbl_ptr_store() 1236 fprintf (dump_file, " base:"); in extr_type_from_vtbl_ptr_store() 1237 print_generic_expr (dump_file, base, TDF_SLIM); in extr_type_from_vtbl_ptr_store() 1238 fprintf (dump_file, " does not match instance:"); in extr_type_from_vtbl_ptr_store() 1239 print_generic_expr (dump_file, tci->instance, TDF_SLIM); in extr_type_from_vtbl_ptr_store() 1240 fprintf (dump_file, "\n"); in extr_type_from_vtbl_ptr_store() 1249 if (dump_file) in extr_type_from_vtbl_ptr_store() 1251 fprintf (dump_file, " base mem ref:"); in extr_type_from_vtbl_ptr_store() [all …]
|
| H A D | mcf.c | 372 if (dump_file) in add_edge() 373 dump_fixup_edge (dump_file, fixup_graph, curr_edge); in add_edge() 522 if (dump_file) in create_fixup_graph() 523 fprintf (dump_file, "\nVertex transformation:\n"); in create_fixup_graph() 567 if (dump_file) in create_fixup_graph() 568 fprintf (dump_file, "\nReverse edges:\n"); in create_fixup_graph() 587 if (dump_file) in create_fixup_graph() 588 fprintf (dump_file, "\ns'->S, T->t':\n"); in create_fixup_graph() 604 if (dump_file) in create_fixup_graph() 605 fprintf (dump_file, "\nD(v) balance:\n"); in create_fixup_graph() [all …]
|
| H A D | hw-doloop.c | 48 fprintf (dump_file, ";; loop %d: ", loop->loop_no); in dump_hwloops() 50 fprintf (dump_file, "(bad) "); in dump_hwloops() 51 fprintf (dump_file, "{head:%d, depth:%d, reg:%u}", in dump_hwloops() 55 fprintf (dump_file, " blocks: [ "); in dump_hwloops() 57 fprintf (dump_file, "%d ", b->index); in dump_hwloops() 58 fprintf (dump_file, "] "); in dump_hwloops() 60 fprintf (dump_file, " inner loops: [ "); in dump_hwloops() 62 fprintf (dump_file, "%d ", i->loop_no); in dump_hwloops() 63 fprintf (dump_file, "]\n"); in dump_hwloops() 65 fprintf (dump_file, "\n"); in dump_hwloops() [all …]
|
| H A D | tree-ssa-loop-ivcanon.c | 94 if (dump_file && (dump_flags & TDF_DETAILS)) 96 fprintf (dump_file, "Added canonical iv to loop %d, ", loop->num); 97 print_generic_expr (dump_file, niter, TDF_SLIM); 98 fprintf (dump_file, " iterations.\n"); 233 if (dump_file && (dump_flags & TDF_DETAILS)) in tree_estimate_loop_size() 234 fprintf (dump_file, "Estimating sizes for loop %i\n", loop->num); in tree_estimate_loop_size() 242 if (dump_file && (dump_flags & TDF_DETAILS)) in tree_estimate_loop_size() 243 fprintf (dump_file, " BB: %i, after_exit: %i\n", body[i]->index, in tree_estimate_loop_size() 254 if (dump_file && (dump_flags & TDF_DETAILS)) in tree_estimate_loop_size() 256 fprintf (dump_file, " size: %3i ", num); in tree_estimate_loop_size() [all …]
|
| H A D | modulo-sched.c | 373 if (dump_file) in doloop_register_get() 375 fprintf (dump_file, "SMS count_reg found "); in doloop_register_get() 376 print_rtl_single (dump_file, reg); in doloop_register_get() 377 fprintf (dump_file, " outside control in insn:\n"); in doloop_register_get() 378 print_rtl_single (dump_file, insn); in doloop_register_get() 564 if (dump_file) in schedule_reg_move() 566 fprintf (dump_file, "Scheduling register move INSN %d; ii = %d" in schedule_reg_move() 569 print_rtl_single (dump_file, move->insn); in schedule_reg_move() 570 fprintf (dump_file, "\n%11s %11s %5s\n", "start", "end", "time"); in schedule_reg_move() 571 fprintf (dump_file, "=========== =========== =====\n"); in schedule_reg_move() [all …]
|
| H A D | tree-ssa-loop-ch.c | 64 if (dump_file && (dump_flags & TDF_DETAILS)) in should_duplicate_loop_header_p() 65 fprintf (dump_file, in should_duplicate_loop_header_p() 74 if (dump_file && (dump_flags & TDF_DETAILS)) in should_duplicate_loop_header_p() 75 fprintf (dump_file, in should_duplicate_loop_header_p() 84 if (dump_file && (dump_flags & TDF_DETAILS)) in should_duplicate_loop_header_p() 85 fprintf (dump_file, in should_duplicate_loop_header_p() 95 if (dump_file && (dump_flags & TDF_DETAILS)) in should_duplicate_loop_header_p() 96 fprintf (dump_file, in should_duplicate_loop_header_p() 105 if (dump_file && (dump_flags & TDF_DETAILS)) in should_duplicate_loop_header_p() 106 fprintf (dump_file, in should_duplicate_loop_header_p() [all …]
|
| H A D | gimple-ssa-backprop.c | 315 if (dump_file && (dump_flags & TDF_DETAILS)) in push_to_worklist() 317 fprintf (dump_file, "[WORKLIST] Pushing "); in push_to_worklist() 318 print_generic_expr (dump_file, var); in push_to_worklist() 319 fprintf (dump_file, "\n"); in push_to_worklist() 331 if (dump_file && (dump_flags & TDF_DETAILS)) in pop_from_worklist() 333 fprintf (dump_file, "[WORKLIST] Popping "); in pop_from_worklist() 334 print_generic_expr (dump_file, var); in pop_from_worklist() 335 fprintf (dump_file, "\n"); in pop_from_worklist() 472 if (dump_file && (dump_flags & TDF_DETAILS)) in process_use() 474 fprintf (dump_file, "[USE] "); in process_use() [all …]
|
| H A D | auto-inc-dec.c | 504 if (dump_file) in attempt_change() 505 fprintf (dump_file, "cost failure old=%d new=%d\n", old_cost, new_cost); in attempt_change() 517 if (dump_file) in attempt_change() 518 fprintf (dump_file, "validation failure\n"); in attempt_change() 548 if (dump_file) in attempt_change() 549 fprintf (dump_file, "adjusting debug insns\n"); in attempt_change() 563 if (dump_file) in attempt_change() 564 fprintf (dump_file, "remapping debug insns\n"); in attempt_change() 581 if (dump_file) in attempt_change() 582 fprintf (dump_file, "adjusting debug insns\n"); in attempt_change() [all …]
|
| H A D | ipa-profile.c | 140 fprintf (dump_file, "Histogram:\n"); in dump_histogram() 310 if (dump_file) in ipa_profile_generate_summary() 311 fprintf (dump_file, in ipa_profile_generate_summary() 426 fprintf (dump_file, in ipa_profile_dump_all_summaries() 597 if (dump_file && (dump_flags & TDF_DETAILS)) in ipa_propagate_frequency_1() 598 fprintf (dump_file, " Called by %s that is executed once\n", in ipa_propagate_frequency_1() 605 if (dump_file && (dump_flags & TDF_DETAILS)) in ipa_propagate_frequency_1() 606 fprintf (dump_file, " Called in loop\n"); in ipa_propagate_frequency_1() 612 if (dump_file && (dump_flags & TDF_DETAILS)) in ipa_propagate_frequency_1() 613 fprintf (dump_file, " Called by %s that is normal or hot\n", in ipa_propagate_frequency_1() [all …]
|
| H A D | profile.c | 129 if (dump_file) in instrument_edges() 130 fprintf (dump_file, "Edge %d to %d instrumented%s\n", in instrument_edges() 139 if (dump_file) in instrument_edges() 140 fprintf (dump_file, "%d edges instrumented\n", num_instr_edges); in instrument_edges() 240 if (dump_file) in is_edge_inconsistent() 242 fprintf (dump_file, in is_edge_inconsistent() 245 dump_bb (dump_file, e->src, 0, TDF_DETAILS); in is_edge_inconsistent() 246 dump_bb (dump_file, e->dest, 0, TDF_DETAILS); in is_edge_inconsistent() 282 if (!dump_file && inconsistent) in is_inconsistent() 285 if (!dump_file && inconsistent) in is_inconsistent() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ipa-pure-const.cc | 307 if (dump_file) in check_decl() 308 fprintf (dump_file, " Volatile operand is not const/pure\n"); in check_decl() 321 if (dump_file) in check_decl() 322 fprintf (dump_file, " Used static/global variable is not const/pure\n"); in check_decl() 337 if (dump_file) in check_decl() 338 fprintf (dump_file, " static/global memory write is not const/pure\n"); in check_decl() 349 if (dump_file) in check_decl() 350 fprintf (dump_file, " global memory read is not const\n"); in check_decl() 363 if (dump_file) in check_decl() 364 fprintf (dump_file, " static memory read is not const\n"); in check_decl() [all …]
|
| H A D | graphite-dependences.cc | 83 if (dump_file) in scop_get_reads_and_writes() 85 fprintf (dump_file, "Adding read to depedence graph: "); in scop_get_reads_and_writes() 86 print_pdr (dump_file, pdr); in scop_get_reads_and_writes() 91 if (dump_file) in scop_get_reads_and_writes() 93 fprintf (dump_file, "Reads depedence graph: "); in scop_get_reads_and_writes() 94 print_isl_union_map (dump_file, reads); in scop_get_reads_and_writes() 99 if (dump_file) in scop_get_reads_and_writes() 101 fprintf (dump_file, "Adding must write to depedence graph: "); in scop_get_reads_and_writes() 102 print_pdr (dump_file, pdr); in scop_get_reads_and_writes() 107 if (dump_file) in scop_get_reads_and_writes() [all …]
|
| H A D | ipa-polymorphic-call.cc | 1224 if (dump_file) in extr_type_from_vtbl_ptr_store() 1225 fprintf (dump_file, " LHS is not virtual table.\n"); in extr_type_from_vtbl_ptr_store() 1238 if (dump_file) in extr_type_from_vtbl_ptr_store() 1240 fprintf (dump_file, " base:"); in extr_type_from_vtbl_ptr_store() 1241 print_generic_expr (dump_file, base, TDF_SLIM); in extr_type_from_vtbl_ptr_store() 1242 fprintf (dump_file, " does not match instance:"); in extr_type_from_vtbl_ptr_store() 1243 print_generic_expr (dump_file, tci->instance, TDF_SLIM); in extr_type_from_vtbl_ptr_store() 1244 fprintf (dump_file, "\n"); in extr_type_from_vtbl_ptr_store() 1253 if (dump_file) in extr_type_from_vtbl_ptr_store() 1255 fprintf (dump_file, " base mem ref:"); in extr_type_from_vtbl_ptr_store() [all …]
|
| H A D | gimple-range-trace.cc | 66 fprintf (dump_file, "%-7u ", idx); in print_prefix() 68 fprintf (dump_file, " "); in print_prefix() 69 fprintf (dump_file, "%s ", component); in print_prefix() 72 fputc (' ', dump_file); in print_prefix() 86 fprintf (dump_file, "%s", str); in do_header() 98 fprintf (dump_file, "%s", str); in print() 111 fputs(result ? "TRUE : " : "FALSE : ", dump_file); in trailer() 112 fprintf (dump_file, "(%u) ", counter); in trailer() 113 fputs (caller, dump_file); in trailer() 114 fputs (" (",dump_file); in trailer() [all …]
|
| H A D | mcf.cc | 372 if (dump_file) in add_edge() 373 dump_fixup_edge (dump_file, fixup_graph, curr_edge); in add_edge() 522 if (dump_file) in create_fixup_graph() 523 fprintf (dump_file, "\nVertex transformation:\n"); in create_fixup_graph() 567 if (dump_file) in create_fixup_graph() 568 fprintf (dump_file, "\nReverse edges:\n"); in create_fixup_graph() 587 if (dump_file) in create_fixup_graph() 588 fprintf (dump_file, "\ns'->S, T->t':\n"); in create_fixup_graph() 604 if (dump_file) in create_fixup_graph() 605 fprintf (dump_file, "\nD(v) balance:\n"); in create_fixup_graph() [all …]
|
| H A D | hw-doloop.cc | 48 fprintf (dump_file, ";; loop %d: ", loop->loop_no); in dump_hwloops() 50 fprintf (dump_file, "(bad) "); in dump_hwloops() 51 fprintf (dump_file, "{head:%d, depth:%d, reg:%u}", in dump_hwloops() 55 fprintf (dump_file, " blocks: [ "); in dump_hwloops() 57 fprintf (dump_file, "%d ", b->index); in dump_hwloops() 58 fprintf (dump_file, "] "); in dump_hwloops() 60 fprintf (dump_file, " inner loops: [ "); in dump_hwloops() 62 fprintf (dump_file, "%d ", i->loop_no); in dump_hwloops() 63 fprintf (dump_file, "]\n"); in dump_hwloops() 65 fprintf (dump_file, "\n"); in dump_hwloops() [all …]
|
| H A D | tree-ssa-loop-ivcanon.cc | 94 if (dump_file && (dump_flags & TDF_DETAILS)) in create_canonical_iv() 96 fprintf (dump_file, "Added canonical iv to loop %d, ", loop->num); in create_canonical_iv() 97 print_generic_expr (dump_file, niter, TDF_SLIM); in create_canonical_iv() 98 fprintf (dump_file, " iterations.\n"); in create_canonical_iv() 233 if (dump_file && (dump_flags & TDF_DETAILS)) in tree_estimate_loop_size() 234 fprintf (dump_file, "Estimating sizes for loop %i\n", loop->num); in tree_estimate_loop_size() 242 if (dump_file && (dump_flags & TDF_DETAILS)) in tree_estimate_loop_size() 243 fprintf (dump_file, " BB: %i, after_exit: %i\n", body[i]->index, in tree_estimate_loop_size() 254 if (dump_file && (dump_flags & TDF_DETAILS)) in tree_estimate_loop_size() 256 fprintf (dump_file, " size: %3i ", num); in tree_estimate_loop_size() [all …]
|
| H A D | tree-ssa-loop-ch.cc | 96 if (dump_file && (dump_flags & TDF_DETAILS)) in should_duplicate_loop_header_p() 97 fprintf (dump_file, in should_duplicate_loop_header_p() 106 if (dump_file && (dump_flags & TDF_DETAILS)) in should_duplicate_loop_header_p() 107 fprintf (dump_file, in should_duplicate_loop_header_p() 117 if (dump_file && (dump_flags & TDF_DETAILS)) in should_duplicate_loop_header_p() 118 fprintf (dump_file, in should_duplicate_loop_header_p() 127 if (dump_file && (dump_flags & TDF_DETAILS)) in should_duplicate_loop_header_p() 128 fprintf (dump_file, in should_duplicate_loop_header_p() 165 if (dump_file && (dump_flags & TDF_DETAILS)) in should_duplicate_loop_header_p() 166 fprintf (dump_file, in should_duplicate_loop_header_p() [all …]
|
| H A D | modulo-sched.cc | 373 if (dump_file) in doloop_register_get() 375 fprintf (dump_file, "SMS count_reg found "); in doloop_register_get() 376 print_rtl_single (dump_file, reg); in doloop_register_get() 377 fprintf (dump_file, " outside control in insn:\n"); in doloop_register_get() 378 print_rtl_single (dump_file, insn); in doloop_register_get() 564 if (dump_file) in schedule_reg_move() 566 fprintf (dump_file, "Scheduling register move INSN %d; ii = %d" in schedule_reg_move() 569 print_rtl_single (dump_file, move->insn); in schedule_reg_move() 570 fprintf (dump_file, "\n%11s %11s %5s\n", "start", "end", "time"); in schedule_reg_move() 571 fprintf (dump_file, "=========== =========== =====\n"); in schedule_reg_move() [all …]
|
| H A D | gimple-ssa-backprop.cc | 315 if (dump_file && (dump_flags & TDF_DETAILS)) in push_to_worklist() 317 fprintf (dump_file, "[WORKLIST] Pushing "); in push_to_worklist() 318 print_generic_expr (dump_file, var); in push_to_worklist() 319 fprintf (dump_file, "\n"); in push_to_worklist() 331 if (dump_file && (dump_flags & TDF_DETAILS)) in pop_from_worklist() 333 fprintf (dump_file, "[WORKLIST] Popping "); in pop_from_worklist() 334 print_generic_expr (dump_file, var); in pop_from_worklist() 335 fprintf (dump_file, "\n"); in pop_from_worklist() 472 if (dump_file && (dump_flags & TDF_DETAILS)) in process_use() 474 fprintf (dump_file, "[USE] "); in process_use() [all …]
|
| H A D | auto-inc-dec.cc | 504 if (dump_file) in attempt_change() 505 fprintf (dump_file, "cost failure old=%d new=%d\n", old_cost, new_cost); in attempt_change() 517 if (dump_file) in attempt_change() 518 fprintf (dump_file, "validation failure\n"); in attempt_change() 548 if (dump_file) in attempt_change() 549 fprintf (dump_file, "adjusting debug insns\n"); in attempt_change() 563 if (dump_file) in attempt_change() 564 fprintf (dump_file, "remapping debug insns\n"); in attempt_change() 581 if (dump_file) in attempt_change() 582 fprintf (dump_file, "adjusting debug insns\n"); in attempt_change() [all …]
|
| H A D | tree-ssa-propagate.cc | 170 if (dump_file && (dump_flags & TDF_DETAILS)) in add_ssa_edge() 172 fprintf (dump_file, "ssa_edge_worklist: adding SSA use in "); in add_ssa_edge() 173 print_gimple_stmt (dump_file, use_stmt, 0, TDF_SLIM); in add_ssa_edge() 201 if (dump_file && (dump_flags & TDF_DETAILS)) in add_control_edge() 202 fprintf (dump_file, "Adding destination of edge (%d -> %d) to worklist\n", in add_control_edge() 300 if (dump_file && (dump_flags & TDF_DETAILS)) in simulate_stmt() 301 fprintf (dump_file, "marking stmt to be not simulated again\n"); in simulate_stmt() 319 if (dump_file && (dump_flags & TDF_DETAILS)) in simulate_block() 320 fprintf (dump_file, "\nSimulating block %d\n", block->index); in simulate_block() 479 if (dump_file && (dump_flags & TDF_DETAILS)) in ssa_propagate() [all …]
|
| H A D | gimple-range-gori.cc | 656 if (dump_file && (param_ranger_debug & RANGER_DEBUG_GORI)) in gori_compute() 738 print_generic_expr (dump_file, name, TDF_SLIM); in compute_operand_range() 739 fprintf (dump_file, " with LHS = "); in compute_operand_range() 740 lhs.dump (dump_file); in compute_operand_range() 741 fprintf (dump_file, " at stmt "); in compute_operand_range() 742 print_gimple_stmt (dump_file, stmt, 0, TDF_SLIM); in compute_operand_range() 807 fprintf (dump_file, " || "); in logical_combine() 811 fprintf (dump_file, " && "); in logical_combine() 816 fprintf (dump_file, " with LHS = "); in logical_combine() 817 lhs.dump (dump_file); in logical_combine() [all …]
|