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

  /src/external/gpl3/gcc/dist/gcc/
except.cc 1756 insn_could_throw_p (const_rtx insn)
1789 && insn_could_throw_p (insn))
1812 if (insn_could_throw_p (insn))
1840 ret = !insn_could_throw_p (insn);
1744 insn_could_throw_p (const_rtx insn) function
  /src/external/gpl3/gcc.old/dist/gcc/
except.cc 1756 insn_could_throw_p (const_rtx insn)
1789 && insn_could_throw_p (insn))
1812 if (insn_could_throw_p (insn))
1840 ret = !insn_could_throw_p (insn);
1744 insn_could_throw_p (const_rtx insn) function

Completed in 45 milliseconds