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

  /src/external/gpl3/gcc/dist/gcc/
rtlanal.cc 840 note = find_reg_note (insn, REG_CALL_DECL, NULL_RTX);
1587 if (find_reg_note (insn, REG_UNUSED, SET_DEST (set))
1595 else if (!find_reg_note (insn, REG_UNUSED, SET_DEST (sub))
2351 if (find_reg_note (insn, REG_UNTYPED_CALL, NULL_RTX))
2535 find_reg_note (const_rtx insn, enum reg_note kind, const_rtx datum)
2771 gcc_checking_assert (!find_reg_note (insn, REG_ARGS_SIZE, NULL_RTX));
4541 if (find_reg_note (jump_insn, REG_LABEL_TARGET, label))
2517 find_reg_note (const_rtx insn, enum reg_note kind, const_rtx datum) function
  /src/external/gpl3/gcc.old/dist/gcc/
rtlanal.cc 842 note = find_reg_note (insn, REG_CALL_DECL, NULL_RTX);
1589 if (find_reg_note (insn, REG_UNUSED, SET_DEST (set))
1597 else if (!find_reg_note (insn, REG_UNUSED, SET_DEST (sub))
2353 if (find_reg_note (insn, REG_UNTYPED_CALL, NULL_RTX))
2537 find_reg_note (const_rtx insn, enum reg_note kind, const_rtx datum)
2773 gcc_checking_assert (!find_reg_note (insn, REG_ARGS_SIZE, NULL_RTX));
4568 if (find_reg_note (jump_insn, REG_LABEL_TARGET, label))
2519 find_reg_note (const_rtx insn, enum reg_note kind, const_rtx datum) function

Completed in 23 milliseconds