Searched refs:INSN_NOP_P (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dsel-sched-ir.h863 #define INSN_NOP_P(INSN) (PATTERN (INSN) == nop_pattern)
1124 if (!INSN_NOP_P (first))
855 #define INSN_NOP_P macro
H A Dsel-sched-ir.c1213 if (INSN_NOP_P (insn))
1297 if (!INSN_NOP_P (VINSN_INSN_RTX (vi)))
2123 gcc_assert (!INSN_NOP_P (EXPR_INSN_RTX (expr)));
2778 if (INSN_NOP_P (insn))
2918 if (!INSN_NOP_P (insn))
3913 && INSN_NOP_P (last)
H A Dsel-sched.c3013 if (last_insn == first_insn && !INSN_NOP_P (last_insn))
3024 if (!INSN_NOP_P (cur_insn))
3082 if (INSN_NOP_P (insn))
5045 gcc_assert (INSN_NOP_P (insn));
5519 if (INSN_NOP_P (place_to_insert))
6030 gcc_assert (INSN_NOP_P (nop));
6207 if (! INSN_NOP_P (insn))

Completed in 234 milliseconds