Searched refs:INSN_DELETED_P (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Djump.c242 if (! INSN_DELETED_P (insn) && JUMP_P (insn))
1162 if (! insn || ! INSN_DELETED_P (insn))
1187 if (! INSN_DELETED_P (insn))
1417 while (next && INSN_DELETED_P (next))
1421 if (INSN_DELETED_P (insn))
1450 while (next && INSN_DELETED_P (next))
1477 while (next && INSN_DELETED_P (next))
1491 while (prev && (INSN_DELETED_P (prev) || NOTE_P (prev)))
1517 else if (code == CODE_LABEL && INSN_DELETED_P (next))
1551 INSN_DELETED_P (ins
[all...]
H A Dreorg.c515 INSN_DELETED_P (delay_insn) = 0;
524 INSN_DELETED_P (tem) = 0;
1544 if (INSN_DELETED_P (thread))
1582 if (INSN_DELETED_P (thread))
2023 || INSN_DELETED_P (insn)
2471 INSN_DELETED_P (trial) = 0;
2952 || INSN_DELETED_P (insn)
3699 if (! INSN_DELETED_P (insn)
H A Dsee.c1527 if (INSN_DELETED_P (def_se))
1573 if (INSN_DELETED_P (use_se))
1629 if (merged_ref && !INSN_DELETED_P (ref))
1745 INSN_DELETED_P (occr->insn) = 1;
3235 INSN_DELETED_P (se_insn) = 1;
H A Dresource.c936 && ! INSN_DELETED_P (BB_HEAD (BASIC_BLOCK (tinfo->block))))
H A Dcfgrtl.c135 gcc_assert (!INSN_DELETED_P (insn));
137 INSN_DELETED_P (insn) = 1;
H A Dfinal.c1044 if (INSN_DELETED_P (insn))
1700 if (INSN_DELETED_P (insn))
H A Demit-rtl.c3280 if (! INSN_DELETED_P (tem) && INSN_P (tem))
3396 gcc_assert (!optimize || !INSN_DELETED_P (after));
3459 gcc_assert (!optimize || !INSN_DELETED_P (before));
H A Dsched-deps.c1655 gcc_assert (!INSN_DELETED_P (from));
H A Dgcse.c2982 if (INSN_DELETED_P (insn))
3229 if (INSN_DELETED_P (insn))
H A Dreg-stack.c2308 if (NOTE_P (insn) || INSN_DELETED_P (insn))
H A Drtl.h762 #define INSN_DELETED_P(RTX) \
763 (RTL_FLAG_CHECK6("INSN_DELETED_P", (RTX), INSN, CALL_INSN, JUMP_INSN, \
760 #define INSN_DELETED_P macro
H A Dreload1.c7912 if (INSN_DELETED_P (output_reload_insn))
8441 INSN_DELETED_P (insn) = 0;
H A Dexcept.c1556 if (! region->resume || INSN_DELETED_P (region->resume))
H A Dfunction.c1720 if (INSN_DELETED_P (insn))
H A Dvarasm.c3398 functioning even with INSN_DELETED_P and friends. */
3412 gcc_assert (!INSN_DELETED_P (tmp));
H A Dcse.c7216 if (INSN_DELETED_P (to))
H A Ddwarf2out.c12149 gcc_assert (!INSN_DELETED_P (insn));
/freebsd-10.0-release/contrib/gcc/config/mips/
H A Dmips.c9426 INSN_DELETED_P (XVECEXP (final_sequence, 0, 1)) = 1;
9451 INSN_DELETED_P (XVECEXP (final_sequence, 0, 1)) = 1;

Completed in 529 milliseconds