Searched refs:copy_rtx_if_shared (Results 1 – 14 of 14) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | emit-rtl.c | 2366 SET_DECL_RTL (decl, copy_rtx_if_shared (DECL_RTL (decl))); 2381 stack_slot_list = copy_rtx_if_shared (stack_slot_list); 2425 PATTERN (insn) = copy_rtx_if_shared (PATTERN (insn)); 2426 REG_NOTES (insn) = copy_rtx_if_shared (REG_NOTES (insn)); 2427 LOG_LINKS (insn) = copy_rtx_if_shared (LOG_LINKS (insn)); 2442 SET_DECL_RTL (t, copy_rtx_if_shared (DECL_RTL (t))); 2574 copy_rtx_if_shared (orig) in copy_rtx_if_shared() function
|
H A D | rtl.h | 1391 extern rtx copy_rtx_if_shared PARAMS ((rtx));
|
H A D | combine.c | 2609 i3notes = copy_rtx_if_shared (i3notes); 2610 i2notes = copy_rtx_if_shared (i2notes); 2611 i1notes = copy_rtx_if_shared (i1notes); 2612 newpat = copy_rtx_if_shared (newpat); 2613 newi2pat = copy_rtx_if_shared (newi2pat);
|
H A D | ChangeLog.2 | 9691 * emit-rtl.c (copy_rtx_if_shared): A MEM which references 10477 * emit-rtl.c (gen_rtx, copy_rtx_if_shared, reset_used_flags):
|
H A D | FSFChangeLog.11 | 3793 * emit_rtl.c (copy_rtx_if_shared, reset_used_flags): Likewise. 8983 (copy_rtx_if_shared): Call it.
|
H A D | ChangeLog.4 | 4170 * emit-rtl.c (copy_rtx_if_shared, init_emit_once): Likewise.
|
H A D | ChangeLog | 1992 * emit-rtl.c (copy_rtx_if_shared): Split out into ...
|
H A D | ChangeLog.7 | 16307 (copy_rtx_if_shared): CONST_VECTORs can be shared.
|
/openbsd/gnu/gcc/gcc/ |
H A D | emit-rtl.c | 2099 SET_DECL_RTL (decl, copy_rtx_if_shared (DECL_RTL (decl))); in unshare_all_rtl_1() 2114 stack_slot_list = copy_rtx_if_shared (stack_slot_list); in unshare_all_rtl_1() 2316 PATTERN (insn) = copy_rtx_if_shared (PATTERN (insn)); in unshare_all_rtl_in_chain() 2317 REG_NOTES (insn) = copy_rtx_if_shared (REG_NOTES (insn)); in unshare_all_rtl_in_chain() 2318 LOG_LINKS (insn) = copy_rtx_if_shared (LOG_LINKS (insn)); in unshare_all_rtl_in_chain() 2332 SET_DECL_RTL (t, copy_rtx_if_shared (DECL_RTL (t))); in unshare_all_decls() 2361 copy_rtx_if_shared (rtx orig) in copy_rtx_if_shared() function
|
H A D | combine.c | 3117 i3notes = copy_rtx_if_shared (i3notes); in try_combine() 3118 i2notes = copy_rtx_if_shared (i2notes); in try_combine() 3119 i1notes = copy_rtx_if_shared (i1notes); in try_combine() 3120 newpat = copy_rtx_if_shared (newpat); in try_combine() 3121 newi2pat = copy_rtx_if_shared (newi2pat); in try_combine()
|
H A D | rtl.h | 1464 extern rtx copy_rtx_if_shared (rtx);
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | rtl.texi | 3693 @findex copy_rtx_if_shared 3698 @code{copy_rtx_if_shared}, which is a subroutine of
|
H A D | gccint.info | 11558 `copy_rtx_if_shared', which is a subroutine of `unshare_all_rtl'. 32064 * copy_rtx_if_shared: Sharing. (line 64)
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | rtl.texi | 3461 @findex copy_rtx_if_shared 3466 @code{copy_rtx_if_shared}, which is a subroutine of
|