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

  /src/external/gpl3/gcc/dist/gcc/
rtl.cc 286 copy_rtx (rtx orig)
345 XEXP (copy, i) = copy_rtx (XEXP (orig, i));
354 XVECEXP (copy, i, j) = copy_rtx (XVECEXP (orig, i, j));
283 copy_rtx (rtx orig) function
  /src/external/gpl3/gcc.old/dist/gcc/
rtl.cc 286 copy_rtx (rtx orig)
345 XEXP (copy, i) = copy_rtx (XEXP (orig, i));
354 XVECEXP (copy, i, j) = copy_rtx (XVECEXP (orig, i, j));
283 copy_rtx (rtx orig) function

Completed in 22 milliseconds