Searched refs:dump_file (Results 51 - 75 of 112) sorted by relevance

12345

/freebsd-10.3-release/contrib/gcc/
H A Dpredict.c424 if (dump_file)
425 fprintf (dump_file, "Predictions for insn %i bb %i\n", INSN_UID (insn),
461 dump_prediction (dump_file, PRED_NO_PREDICTION,
465 dump_prediction (dump_file, PRED_DS_THEORY, combined_probability,
467 dump_prediction (dump_file, PRED_FIRST_MATCH, best_probability,
473 dump_prediction (dump_file, PRED_COMBINED, combined_probability, bb, true);
482 dump_prediction (dump_file, predictor, probability, bb,
554 if (dump_file)
555 fprintf (dump_file, "%i edges in bb %i predicted to even probabilities\n",
560 if (dump_file)
[all...]
H A Dregrename.c209 if (dump_file)
210 fprintf (dump_file, "\nBasic block %d:\n", bb->index);
214 if (dump_file)
332 if (dump_file)
334 fprintf (dump_file, "Register %s in insn %d",
337 fprintf (dump_file, " crosses a call");
343 if (dump_file)
344 fprintf (dump_file, "; no available better choice\n");
352 if (dump_file)
353 fprintf (dump_file, ", rename
[all...]
H A Dtree-into-ssa.c1299 if (dump_file && (dump_flags & TDF_DETAILS))
1300 fprintf (dump_file, "\n\nRenaming block #%d\n\n", bb->index);
1367 if (dump_file && (dump_flags & TDF_DETAILS))
1369 fprintf (dump_file, "Renaming statement ");
1370 print_generic_stmt (dump_file, stmt, TDF_SLIM);
1371 fprintf (dump_file, "\n");
1629 if (dump_file && (dump_flags & TDF_DETAILS))
1630 fprintf (dump_file, "\n\nRegistering new PHI nodes in block #%d\n\n",
1798 if (dump_file && (dump_flags & TDF_DETAILS))
1800 fprintf (dump_file, "Updatin
[all...]
H A Dtree-ssa-ccp.c439 if (dump_file && (dump_flags & TDF_DETAILS))
441 dump_lattice_value (dump_file, "Lattice value changed to ", new_val);
442 fprintf (dump_file, ". %sdding SSA edges to worklist.\n",
723 if (dump_file && (dump_flags & TDF_DETAILS))
725 fprintf (dump_file, "\nVisiting PHI node: ");
726 print_generic_expr (dump_file, phi, dump_flags);
767 if (dump_file && (dump_flags & TDF_DETAILS))
769 fprintf (dump_file,
793 if (dump_file && (dump_flags & TDF_DETAILS))
795 fprintf (dump_file, "\
[all...]
H A Dtree-ssa-dse.c339 if (dump_file && (dump_flags & TDF_DETAILS))
341 fprintf (dump_file, " Deleted dead store '");
342 print_generic_expr (dump_file, bsi_stmt (bsi), dump_flags);
343 fprintf (dump_file, "'\n");
H A Dtree-vrp.c2640 if (dump_file && (dump_flags & TDF_DETAILS) != 0)
2642 print_generic_expr (dump_file, var, 0);
2643 fprintf (dump_file, ": loop information indicates does not overflow\n");
3782 if (dump_file && (dump_flags & TDF_DETAILS))
3783 dump_all_asserts (dump_file);
3803 if (dump_file && (dump_flags & TDF_STATS))
3804 fprintf (dump_file, "\nNumber of ASSERT_EXPR expressions inserted: %d\n\n",
3871 if (dump_file && (dump_flags & TDF_DETAILS))
3873 fprintf (dump_file, "\nSSA form after inserting ASSERT_EXPRs\n");
3874 dump_function_to_file (current_function_decl, dump_file, dump_flag
[all...]
H A Drtl-factoring.c1150 if (!dump_file)
1153 fprintf (dump_file, ";; Pattern sequences\n");
1156 fprintf (dump_file, "Pattern sequence at insn %d matches sequences at",
1160 fprintf (dump_file, " insn %d (length %d)", INSN_UID (mseq->insn),
1163 fprintf (dump_file, ",");
1165 fprintf (dump_file, ".\n");
1167 fprintf (dump_file, "\n");
1178 if (!dump_file)
1181 fprintf (dump_file, ";; Iteration %d\n", iter);
1182 fprintf (dump_file,
[all...]
H A Dtree-ssa-loop-im.c590 if (dump_file && (dump_flags & TDF_DETAILS))
591 fprintf (dump_file, "Basic block %d (loop %d -- depth %d):\n\n",
662 if (dump_file && (dump_flags & TDF_DETAILS))
664 print_generic_stmt_indented (dump_file, stmt, 0, 2);
665 fprintf (dump_file, " invariant up to level %d, cost %d.\n\n",
754 if (dump_file && (dump_flags & TDF_DETAILS))
756 fprintf (dump_file, "Moving statement\n");
757 print_generic_stmt (dump_file, stmt, 0);
758 fprintf (dump_file, "(cost %u) out of loop %d.\n\n",
1053 if (dump_file
[all...]
H A Dtree-tailcall.c728 if (dump_file && (dump_flags & TDF_DETAILS))
730 fprintf (dump_file, "Eliminated tail recursion in bb %d : ",
732 print_generic_stmt (dump_file, stmt, TDF_SLIM);
733 fprintf (dump_file, "\n");
854 if (dump_file && (dump_flags & TDF_DETAILS))
856 fprintf (dump_file, "Found tail call ");
857 print_generic_expr (dump_file, stmt, dump_flags);
858 fprintf (dump_file, " in bb %i\n", t->call_block->index);
H A Dcfgexpand.c82 if (dump_file)
83 fprintf (dump_file, "Failed to add probability note\n");
505 fprintf (dump_file, "Partition %lu: size " HOST_WIDE_INT_PRINT_DEC
511 fputc ('\t', dump_file);
512 print_generic_expr (dump_file, stack_vars[j].decl, dump_flags);
513 fprintf (dump_file, ", offset " HOST_WIDE_INT_PRINT_DEC "\n",
1085 if (dump_file)
1158 if (dump_file && (dump_flags & TDF_DETAILS))
1160 fprintf (dump_file, "\n;; ");
1161 print_generic_expr (dump_file, stm
[all...]
H A Dtree-ssa-structalias.c1211 if (dump_file && (dump_flags & TDF_DETAILS))
1212 fprintf (dump_file, "Unifying %s to %s\n",
1379 else if (0 && dump_file && !(get_varinfo (j)->is_special_var))
1380 fprintf (dump_file, "Untypesafe usage in do_da_constraint.\n");
1428 else if (0 && dump_file && !(get_varinfo (j)->is_special_var))
1429 fprintf (dump_file, "Untypesafe usage in do_sd_constraint\n");
1515 else if (0 && dump_file && !(get_varinfo (j)->is_special_var))
1516 fprintf (dump_file, "Untypesafe usage in do_ds_constraint\n");
1815 if (dump_file && (dump_flags & TDF_DETAILS))
1819 fprintf (dump_file,
[all...]
H A Dgcov-dump.c30 static void dump_file (const char *);
105 dump_file (argv[optind++]);
142 dump_file (const char *filename) function
H A Dlambda-code.c1235 if (dump_file && (dump_flags & TDF_DETAILS))
1236 fprintf (dump_file,
1246 if (dump_file && (dump_flags & TDF_DETAILS))
1247 fprintf (dump_file,
1260 if (dump_file && (dump_flags & TDF_DETAILS))
1261 fprintf (dump_file,
1271 if (dump_file && (dump_flags & TDF_DETAILS))
1272 fprintf (dump_file,
1286 if (dump_file && (dump_flags & TDF_DETAILS))
1287 fprintf (dump_file,
[all...]
H A Dtree-chrec.c552 if (dump_file && (dump_flags & TDF_DETAILS))
553 fprintf (dump_file, "(chrec_apply \n");
577 if (dump_file && (dump_flags & TDF_DETAILS))
579 fprintf (dump_file, " (varying_loop = %d\n", var);
580 fprintf (dump_file, ")\n (chrec = ");
581 print_generic_expr (dump_file, chrec, 0);
582 fprintf (dump_file, ")\n (x = ");
583 print_generic_expr (dump_file, x, 0);
584 fprintf (dump_file, ")\n (res = ");
585 print_generic_expr (dump_file, re
[all...]
H A Dtree-ssa-forwprop.c547 if (dump_file && (dump_flags & TDF_DETAILS))
549 fprintf (dump_file, " Replaced '");
550 print_generic_expr (dump_file, cond, dump_flags);
551 fprintf (dump_file, "' with '");
552 print_generic_expr (dump_file, new_cond, dump_flags);
553 fprintf (dump_file, "'\n");
H A Dtlink.c782 dump_file (ldout, stdout);
783 dump_file (lderrout, stderr);
797 dump_file (ldout, stdout);
799 dump_file (lderrout, stderr);
H A Dloop-invariant.c480 if (dump_file && inv->eqto != inv->invno)
481 fprintf (dump_file,
658 if (dump_file)
660 fprintf (dump_file,
663 dump_bitmap (dump_file, inv->depends_on);
1059 if (dump_file)
1060 fprintf (dump_file, "Decided to move invariant %d\n", invno);
1225 if (dump_file)
1226 fprintf (dump_file, "Failed to move invariant %d\n", invno);
H A Dcfglayout.c174 if (dump_file)
175 fprintf (dump_file, "Emitting label for block %d\n", bb->index);
793 if (dump_file)
795 fprintf (dump_file, "Reordered sequence:\n");
800 fprintf (dump_file, " %i ", index);
802 fprintf (dump_file, "duplicate of %i ",
806 fprintf (dump_file, "compensation ");
808 fprintf (dump_file, "bb %i ", bb->index);
809 fprintf (dump_file, " [%i]\n", bb->frequency);
H A Dreg-stack.c2687 if (dump_file)
2688 fprintf (dump_file, "Edge %d->%d: ", source->index, target->index);
2701 if (dump_file)
2702 fprintf (dump_file, "no changes needed\n");
2707 if (dump_file)
2709 fprintf (dump_file, "correcting stack to ");
2710 print_stack (dump_file, target_stack);
2866 if (dump_file)
2868 fprintf (dump_file, "\nBasic block %d\nInput stack: ", block->index);
2869 print_stack (dump_file,
[all...]
H A Dtree-vectorizer.c171 /* vect_dump will be set to stderr or dump_file if exist. */
812 if (dump_file && (dump_flags & TDF_DETAILS))
815 fprintf (dump_file, "\nloop at %s:%d: ",
817 print_generic_expr (dump_file, cond_stmt, TDF_SLIM);
1111 if (dump_file && (dump_flags & TDF_DETAILS))
1114 fprintf (dump_file, "\n%s:%d: note: ",
1116 fprintf (dump_file, "tree_duplicate_loop_to_edge_cfg failed.\n");
1291 Decide where to print the debugging information (dump_file/stderr).
1298 vect_dump = dump_file;
1304 if (!dump_file)
[all...]
H A Dtree-optimize.c310 if (dump_file)
311 dump_tree_cfg (dump_file, dump_flags);
H A Dtree-ssa-copyrename.c305 if (dump_file && (dump_flags & TDF_DETAILS))
306 debug = dump_file;
H A Dcfg.c888 if (dump_file)
889 fprintf (dump_file, "bb %i count became negative after threading",
902 if (dump_file)
903 fprintf (dump_file, "Jump threading proved probability of edge "
918 if (dump_file)
919 fprintf (dump_file, "Edge frequencies of bb %i has been reset, "
944 if (dump_file)
945 fprintf (dump_file, "edge %i->%i count became negative after threading",
/freebsd-10.3-release/libexec/bootpd/
H A Ddovend.c108 if (hp->flags.dump_file) {
110 * Check for room for dump_file. Add 2 to account for
113 len = strlen(hp->dump_file->string);
117 bcopy(hp->dump_file->string, vp, len);
/freebsd-10.3-release/usr.bin/mkesdb/
H A Dyacc.y61 static void dump_file(void);
79 { dump_file(); }
129 dump_file(void)

Completed in 177 milliseconds

12345