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

/freebsd-9.3-release/contrib/gcc/
H A Drtlanal.c94 rtx_unstable_p (rtx x)
103 return !MEM_READONLY_P (x) || rtx_unstable_p (XEXP (x, 0));
142 if (rtx_unstable_p (XEXP (x, i)))
149 if (rtx_unstable_p (XVECEXP (x, i, j)))
93 rtx_unstable_p (rtx x) function
H A Dregmove.c2090 return ! rtx_unstable_p (x);
H A Drtl.h1693 extern int rtx_unstable_p (rtx);

Completed in 121 milliseconds