Searched refs:sched_dump (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dhaifa-sched.c231 FILE *sched_dump = 0;
831 fprintf (sched_dump, ";;\tadding dependence %d <- %d\n",
834 fprintf (sched_dump, ";;\tpair1 %d <- %d, cost %d\n",
838 fprintf (sched_dump, ";;\tpair2 %d <- %d, cost %d\n",
1139 fprintf (sched_dump, ";;\t");
1144 fprintf (sched_dump, " %s:%d(%d)", reg_class_names[cl],
1148 fprintf (sched_dump, "\n");
1168 fprintf (sched_dump,
2251 fprintf (sched_dump, MODEL_BAR);
2252 fprintf (sched_dump, ";;\
230 FILE *sched_dump = 0; variable
[all...]
H A Dsched-rgn.c380 fprintf (sched_dump, "\n;; ------------ REGIONS ----------\n\n");
383 fprintf (sched_dump, ";;\trgn %d nr_blocks %d:\n", rgn,
385 fprintf (sched_dump, ";;\tbb/block: ");
392 fprintf (sched_dump, " %d/%d ", bb, rgn_bb_table[current_blocks + bb]);
394 fprintf (sched_dump, "\n\n");
1162 fprintf (sched_dump, ";; Region extension statistics: size %d: " \
1297 fprintf (sched_dump, ";; Region extension iterations: %d%s\n", iter,
1482 fprintf (sched_dump, ";; bb_prob(%d, %d) = %3d\n", bb, BB_TO_BLOCK (bb),
1636 fprintf (sched_dump, "src b %d bb %d speculative \n", BB_TO_BLOCK (i), i);
1638 fprintf (sched_dump, "spli
[all...]
H A Dsel-sched-dump.c78 /* The variable used to hold the value of sched_dump when temporarily
82 /* Switch sched_dump to TO. It must not be called twice. */
88 saved_sched_dump = sched_dump;
89 sched_dump = to;
96 sched_dump = saved_sched_dump;
130 print_rtl_single (sched_dump, x);
576 print_hard_reg_set (sched_dump, prefix, set);
666 /* This function acts like printf but dumps to the sched_dump file. */
679 fprintf (sched_dump, "%s", message);
684 vfprintf (sched_dump, fm
[all...]
H A Dsched-ebb.c117 fprintf (sched_dump,
120 fprintf (sched_dump, "\n;; --- EBB Dependences --- from bb%d to bb%d \n",
H A Dsel-sched.c4090 while (!sort_p && targetm.sched.dfa_new_cycle (sched_dump, sched_verbose,
4125 = targetm.sched.reorder (sched_dump, sched_verbose,
4143 targetm.sched.reorder2 (sched_dump, sched_verbose,
4152 targetm.sched.reorder2 (sched_dump, sched_verbose,
4309 targetm.sched.variable_issue (sched_dump, sched_verbose, best_insn,
6996 targetm.sched.init (sched_dump, sched_verbose, -1);
7083 targetm.sched.init (sched_dump, sched_verbose, -1);
7182 while (targetm.sched.dfa_new_cycle (sched_dump, sched_verbose, insn,
7219 targetm.sched.variable_issue (sched_dump, sched_verbose, insn, 0);
7291 targetm.sched.init (sched_dump, sched_verbos
[all...]
H A Dsched-deps.c1580 fprintf (sched_dump, "making DEP_CONTROL for %d\n",
4701 fprintf (sched_dump, "validation failure\n");
4798 fprintf (sched_dump, "candidate mem/inc pair: %d %d\n",
4808 fprintf (sched_dump,
4823 fprintf (sched_dump, "successful address replacement\n");
4897 fprintf (sched_dump, "mem count failure\n");
4955 fprintf (sched_dump, "%d candidates for address modification found.\n",
H A Dsched-int.h1194 extern FILE *sched_dump;
H A Dmodulo-sched.c3255 targetm.sched.variable_issue (sched_dump, sched_verbose,
/haiku-buildtools/legacy/gcc/gcc/
H A Dtoplev.c305 int sched_dump = 0; variable
3059 if (sched_dump)
3456 if (sched_dump)
4160 if (sched_dump)
4170 if (sched_dump)
4995 sched_dump = 1;
5068 sched_dump = 1;
/haiku-buildtools/gcc/gcc/config/m68k/
H A Dm68k.c6066 m68k_sched_variable_issue (FILE *sched_dump ATTRIBUTE_UNUSED,
6154 m68k_sched_md_init_global (FILE *sched_dump ATTRIBUTE_UNUSED,
6245 m68k_sched_md_init (FILE *sched_dump ATTRIBUTE_UNUSED,
/haiku-buildtools/gcc/gcc/config/ia64/
H A Dia64.c8030 spec_info->dump = sched_dump;

Completed in 319 milliseconds