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

  /src/external/gpl3/gcc/dist/gcc/
rtlanal.cc 1171 reg_referenced_p (const_rtx x, const_rtx body)
1219 if (reg_referenced_p (x, XVECEXP (body, 0, i)))
1232 return reg_referenced_p (x, COND_EXEC_CODE (body));
2022 Note that this is not quite the same test as that done in reg_referenced_p
1162 reg_referenced_p (const_rtx x, const_rtx body) function
  /src/external/gpl3/gcc.old/dist/gcc/
rtlanal.cc 1173 reg_referenced_p (const_rtx x, const_rtx body)
1221 if (reg_referenced_p (x, XVECEXP (body, 0, i)))
1234 return reg_referenced_p (x, COND_EXEC_CODE (body));
2024 Note that this is not quite the same test as that done in reg_referenced_p
1164 reg_referenced_p (const_rtx x, const_rtx body) function

Completed in 52 milliseconds