Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dsched-deps.c632 rtx link, prev_nonnote; in fixup_sched_groups() local
651 prev_nonnote = prev_nonnote_insn (insn); in fixup_sched_groups()
652 if (BLOCK_FOR_INSN (insn) == BLOCK_FOR_INSN (prev_nonnote) in fixup_sched_groups()
653 && ! sched_insns_conditions_mutex_p (insn, prev_nonnote)) in fixup_sched_groups()
654 add_dependence (insn, prev_nonnote, REG_DEP_ANTI); in fixup_sched_groups()