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

  /src/external/gpl3/gcc/dist/gcc/
rtlanal.cc 207 rtx_unstable_p (const_rtx x)
216 return !MEM_READONLY_P (x) || rtx_unstable_p (XEXP (x, 0));
251 if (rtx_unstable_p (XEXP (x, i)))
258 if (rtx_unstable_p (XVECEXP (x, i, j)))
206 rtx_unstable_p (const_rtx x) function
  /src/external/gpl3/gcc.old/dist/gcc/
rtlanal.cc 207 rtx_unstable_p (const_rtx x)
216 return !MEM_READONLY_P (x) || rtx_unstable_p (XEXP (x, 0));
251 if (rtx_unstable_p (XEXP (x, i)))
258 if (rtx_unstable_p (XVECEXP (x, i, j)))
206 rtx_unstable_p (const_rtx x) function

Completed in 21 milliseconds