Home
last modified time | relevance | path

Searched refs:modulo_scheduling (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsched-ebb.c471 schedule_ebb (rtx_insn *head, rtx_insn *tail, bool modulo_scheduling) in schedule_ebb() argument
537 gcc_assert (success || modulo_scheduling); in schedule_ebb()
546 gcc_assert (modulo_scheduling || sched_rgn_n_insns == rgn_n_insns); in schedule_ebb()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsched-ebb.cc471 schedule_ebb (rtx_insn *head, rtx_insn *tail, bool modulo_scheduling) in schedule_ebb() argument
537 gcc_assert (success || modulo_scheduling); in schedule_ebb()
546 gcc_assert (modulo_scheduling || sched_rgn_n_insns == rgn_n_insns); in schedule_ebb()
H A DChangeLog-201110262 New arg modulo_scheduling. All callers changed. Move note handling