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

  /src/external/gpl3/gcc/dist/gcc/
rtlanal.cc 1188 && !read_modify_subreg_p (SET_DEST (body)))
1425 read_modify_subreg_p (const_rtx x)
1476 (in other words, read_modify_subreg_p is false).
2161 if (read_modify_subreg_p (x))
2450 if (GET_CODE (dest) == SUBREG && !read_modify_subreg_p (dest))
1415 read_modify_subreg_p (const_rtx x) function
  /src/external/gpl3/gcc.old/dist/gcc/
rtlanal.cc 1190 && !read_modify_subreg_p (SET_DEST (body)))
1427 read_modify_subreg_p (const_rtx x)
1478 (in other words, read_modify_subreg_p is false).
2163 if (read_modify_subreg_p (x))
2452 if (GET_CODE (dest) == SUBREG && !read_modify_subreg_p (dest))
1417 read_modify_subreg_p (const_rtx x) function

Completed in 34 milliseconds