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

  /src/external/gpl3/gcc/dist/gcc/
emit-rtl.cc 2940 (*stack_slot_list)[i] = copy_rtx_if_shared (temp);
2985 SET_DECL_RTL (decl, copy_rtx_if_shared (DECL_RTL (decl)));
2986 DECL_INCOMING_RTL (decl) = copy_rtx_if_shared (DECL_INCOMING_RTL (decl));
3191 PATTERN (insn) = copy_rtx_if_shared (PATTERN (insn));
3192 REG_NOTES (insn) = copy_rtx_if_shared (REG_NOTES (insn));
3195 = copy_rtx_if_shared (CALL_INSN_FUNCTION_USAGE (insn));
3229 copy_rtx_if_shared (rtx orig)
3435 /* Clear all the USED bits in X to allow copy_rtx_if_shared to be used
3444 /* Set all the USED bits in X to allow copy_rtx_if_shared to be used
3216 copy_rtx_if_shared (rtx orig) function
  /src/external/gpl3/gcc.old/dist/gcc/
emit-rtl.cc 2790 (*stack_slot_list)[i] = copy_rtx_if_shared (temp);
2835 SET_DECL_RTL (decl, copy_rtx_if_shared (DECL_RTL (decl)));
2836 DECL_INCOMING_RTL (decl) = copy_rtx_if_shared (DECL_INCOMING_RTL (decl));
3044 PATTERN (insn) = copy_rtx_if_shared (PATTERN (insn));
3045 REG_NOTES (insn) = copy_rtx_if_shared (REG_NOTES (insn));
3048 = copy_rtx_if_shared (CALL_INSN_FUNCTION_USAGE (insn));
3082 copy_rtx_if_shared (rtx orig)
3289 /* Clear all the USED bits in X to allow copy_rtx_if_shared to be used
3298 /* Set all the USED bits in X to allow copy_rtx_if_shared to be used
3069 copy_rtx_if_shared (rtx orig) function

Completed in 35 milliseconds