HomeSort by: relevance | last modified time | path
    Searched defs:PREV_INSN (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
rtl.h 120 /* True if CODE is part of the insn chain (i.e. has INSN_UID, PREV_INSN
561 PREV_INSN ()
715 /* FIXME: the "NEXT_INSN (PREV_INSN (X)) == X" condition shouldn't be needed.
722 && PREV_INSN (as_a <rtx_insn *> (X)) != NULL \
723 && NEXT_INSN (PREV_INSN (as_a <rtx_insn *> (X))) == X \
724 ? PREV_INSN (as_a <rtx_insn *> (X)) : NULL)
1464 PREV_INSN/NEXT_INSN
1468 inline rtx_insn *PREV_INSN (const rtx_insn *insn)
3993 gen_rtx_INSN (machine_mode mode, rtx_insn *prev_insn, rtx_insn *next_insn,
  /src/external/gpl3/gcc.old/dist/gcc/
rtl.h 118 /* True if CODE is part of the insn chain (i.e. has INSN_UID, PREV_INSN
559 PREV_INSN ()
713 /* FIXME: the "NEXT_INSN (PREV_INSN (X)) == X" condition shouldn't be needed.
720 && PREV_INSN (as_a <rtx_insn *> (X)) != NULL \
721 && NEXT_INSN (PREV_INSN (as_a <rtx_insn *> (X))) == X \
722 ? PREV_INSN (as_a <rtx_insn *> (X)) : NULL)
1462 PREV_INSN/NEXT_INSN
1466 inline rtx_insn *PREV_INSN (const rtx_insn *insn)
3984 gen_rtx_INSN (machine_mode mode, rtx_insn *prev_insn, rtx_insn *next_insn,

Completed in 27 milliseconds