Searched refs:rtx_unstable_p (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Drtlanal.c48 rtx_unstable_p (x)
73 if (rtx_unstable_p (XEXP (x, i)))
47 rtx_unstable_p (x) function
H A Dexplow.c603 if (rtx_unstable_p (addr))
H A Drtl.h1052 extern int rtx_unstable_p PROTO((rtx));
H A Dregmove.c2147 return ! rtx_unstable_p (x);
/haiku-buildtools/gcc/gcc/
H A Drtlanal.c213 rtx_unstable_p (const_rtx x)
222 return !MEM_READONLY_P (x) || rtx_unstable_p (XEXP (x, 0));
257 if (rtx_unstable_p (XEXP (x, i)))
264 if (rtx_unstable_p (XVECEXP (x, i, j)))
212 rtx_unstable_p (const_rtx x) function
H A Drtl.h2822 extern int rtx_unstable_p (const_rtx);
/haiku-buildtools/gcc/gcc/config/mips/
H A Dmips.c9506 && !rtx_unstable_p (reg_values[REGNO (x)]))

Completed in 145 milliseconds