Searched refs:current_sched_info (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dsched-ebb.c98 rtx prev_head = current_sched_info->prev_head;
99 rtx next_tail = current_sched_info->next_tail;
178 current_sched_info->next_tail = NEXT_INSN (BB_END (bb));
179 gcc_assert (current_sched_info->next_tail);
255 /* Used in schedule_insns to initialize current_sched_info for scheduling
402 if (!(current_sched_info->flags & DO_SPECULATION))
478 current_sched_info->sched_max_insns_priority = 0;
480 current_sched_info->sched_max_insns_priority++;
482 current_sched_info->prev_head = PREV_INSN (head);
483 current_sched_info
[all...]
H A Dsched-deps.c257 if (current_sched_info->flags & DO_SPECULATION)
297 if (!(current_sched_info->flags & USE_DEPS_LIST))
335 if (!(current_sched_info->flags & DO_SPECULATION)
381 if (current_sched_info->flags & USE_DEPS_LIST)
419 && !(current_sched_info->flags & USE_DEPS_LIST))
438 if ((current_sched_info->flags & USE_DEPS_LIST)
460 if (!(current_sched_info->flags & USE_DEPS_LIST))
506 gcc_assert (current_sched_info->flags & DO_SPECULATION);
522 if (current_sched_info->flags & USE_DEPS_LIST)
539 if (!(current_sched_info
[all...]
H A Dhaifa-sched.c608 struct sched_info *current_sched_info;
767 if (! (*current_sched_info->contributes_to_priority)
775 || ((current_sched_info->flags & DO_SPECULATION)
867 info_val = (*current_sched_info->rank) (tmp, tmp2);
954 (*current_sched_info->print_insn) (insn, 0));
1175 if (current_sched_info->flags & USE_DEPS_LIST)
1684 (*current_sched_info->print_insn) (insn, 0));
1722 (*current_sched_info->print_insn) (insn, 0));
1874 (*current_sched_info->print_insn) (insn, 0));
1913 fprintf (sched_dump, " %s", (*current_sched_info
606 struct sched_info *current_sched_info; variable in typeref:struct:sched_info
[all...]
H A Dsched-vis.c482 && !current_sched_info
641 if (verbose && current_sched_info)
642 sprintf (buf, "%s: %s", (*current_sched_info->print_insn) (x, 1),
651 if (verbose && current_sched_info)
652 sprintf (buf, "%s: jump %s", (*current_sched_info->print_insn) (x, 1),
668 if (verbose && current_sched_info)
669 sprintf (buf, "%s: %s", (*current_sched_info->print_insn) (x, 1), t);
H A Dsched-int.h139 There is one global variable, current_sched_info, which points to the
259 extern struct sched_info *current_sched_info;
339 /* Used only if (current_sched_info->flags & USE_GLAT) != 0.
H A Dsched-rgn.c1965 rtx prev_head = current_sched_info->prev_head;
1966 rtx next_tail = current_sched_info->next_tail;
2102 && current_sched_info->flags & DO_SPECULATION)
2192 /* Used in schedule_insns to initialize current_sched_info for scheduling
2708 current_sched_info->sched_max_insns_priority = 0;
2718 current_sched_info->sched_max_insns_priority++;
2788 current_sched_info->prev_head = PREV_INSN (head);
2789 current_sched_info->next_tail = NEXT_INSN (tail);
2827 current_sched_info->queue_must_finish_empty = current_nr_blocks == 1;
2948 /* We need current_sched_info i
[all...]
H A Dmodulo-sched.c936 current_sched_info = &sms_sched_info;
/freebsd-10.1-release/contrib/gcc/config/ia64/
H A Dia64.c6341 for (insn = NEXT_INSN (current_sched_info->prev_head);
6342 insn != current_sched_info->next_tail;
6492 if (current_sched_info->flags & DO_SPECULATION)
6632 if (current_sched_info->flags & DO_SPECULATION)
6696 unsigned int *flags = &(current_sched_info->flags);
8171 bundling (dump, sched_verbose, current_sched_info->prev_head,
8172 current_sched_info->next_tail);
8175 INSN_UID (NEXT_INSN (current_sched_info->prev_head)),
8176 INSN_UID (PREV_INSN (current_sched_info->next_tail)));
8193 for (insn = NEXT_INSN (current_sched_info
[all...]
/freebsd-10.1-release/contrib/gcc/config/rs6000/
H A Drs6000.c16866 && current_sched_info->sched_max_insns_priority
16876 return current_sched_info->sched_max_insns_priority;
17480 current_sched_info->prev_head,
17481 current_sched_info->next_tail);
17484 current_sched_info->prev_head,
17485 current_sched_info->next_tail);
17490 print_rtl (dump, current_sched_info->prev_head);

Completed in 319 milliseconds