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

  /src/external/gpl3/gcc/dist/gcc/
rtlanal.cc 1071 reg_mentioned_p (const_rtx reg, const_rtx in)
1119 if (reg_mentioned_p (reg, XVECEXP (in, i, j)))
1123 && reg_mentioned_p (reg, XEXP (in, i)))
1931 return reg_mentioned_p (x, in);
1064 reg_mentioned_p (const_rtx reg, const_rtx in) function
  /src/external/gpl3/gcc.old/dist/gcc/
rtlanal.cc 1073 reg_mentioned_p (const_rtx reg, const_rtx in)
1121 if (reg_mentioned_p (reg, XVECEXP (in, i, j)))
1125 && reg_mentioned_p (reg, XEXP (in, i)))
1933 return reg_mentioned_p (x, in);
1066 reg_mentioned_p (const_rtx reg, const_rtx in) function

Completed in 29 milliseconds