Home
last modified time | relevance | path

Searched refs:eh_returnjump_p (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Djump.cc969 eh_returnjump_p (rtx_insn *insn) in eh_returnjump_p() function
H A Drtl.h4151 extern int eh_returnjump_p (rtx_insn *);
H A DChangeLog-201420325 * jump.c (eh_returnjump_p): Strengthen param "insn" from rtx to
20328 * rtl.h (eh_returnjump_p): Likewise.
22375 (eh_returnjump_p): Use FOR_EACH_SUBRTX rather than for_each_rtx.
H A DChangeLog-200920927 (eh_returnjump_p_1, eh_returnjump_p): New.
20931 * rtl.h (eh_returnjump_p, maybe_copy_epilogue_insn): Declare.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Djump.c959 eh_returnjump_p (rtx_insn *insn) in eh_returnjump_p() function
H A Drtl.h4011 extern int eh_returnjump_p (rtx_insn *);
H A Dfunction.c5988 if (!eh_returnjump_p (last)) in thread_prologue_and_epilogue_insns()