Lines Matching defs:annulled
4640 /* If the insn is annulled and is from the target path, we need
5301 /* If this is a non-annulled branch with a delay slot, there is
9501 ANNULLED indicates if INSN is an annulled delay-slot insn.
9504 conditionalize_nonjump (rtx pat, rtx cond, rtx insn, bool annulled)
9535 gcc_assert (annulled);
9605 bool annulled; annulled = false;
9607 /* If this is a delay slot insn in a non-annulled branch,
9619 annulled = true;
9630 pat = conditionalize_nonjump (pat, cond, insn, annulled);
9664 /* Find annulled delay insns and convert them to use the appropriate predicate.