Home
last modified time | relevance | path

Searched refs:shared_const_p (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtl.c262 shared_const_p (const_rtx orig) in shared_const_p() function
314 if (shared_const_p (orig)) in copy_rtx()
H A Dvaltrack.c85 if (shared_const_p (x)) in cleanup_auto_inc_dec()
H A Dcprop.c252 return CONSTANT_P (x) && (GET_CODE (x) != CONST || shared_const_p (x)); in cprop_constant_p()
H A Demit-rtl.c2865 if (shared_const_p (orig)) in verify_rtx_sharing()
3118 if (shared_const_p (x)) in copy_rtx_if_shared_1()
5697 if (shared_const_p (orig)) in copy_insn_1()
H A Dexplow.c150 if (inplace && shared_const_p (x)) in plus_constant()
H A Dcselib.c1840 if (shared_const_p (orig)) in cselib_expand_value_rtx_1()
H A Drtl.h2981 extern bool shared_const_p (const_rtx);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Drtl.cc265 shared_const_p (const_rtx orig) in shared_const_p() function
316 if (shared_const_p (orig)) in copy_rtx()
H A Dvaltrack.cc84 if (shared_const_p (x)) in cleanup_auto_inc_dec()
H A Dcprop.cc253 return CONSTANT_P (x) && (GET_CODE (x) != CONST || shared_const_p (x)); in cprop_constant_p()
H A Demit-rtl.cc2874 if (shared_const_p (orig)) in verify_rtx_sharing()
3126 if (shared_const_p (x)) in copy_rtx_if_shared_1()
5671 if (shared_const_p (orig)) in copy_insn_1()
H A Dexplow.cc149 if (inplace && shared_const_p (x)) in plus_constant()
H A DChangeLog.dataflow59 copy_insn_1): Now calls shared_const_p.
61 (cselib_expand_value_rtx): Now calls shared_const_p.
62 * rtl.c (shared_const_p): New function.
63 (copy_rtx): Now calls shared_const_p.
64 * rtl.h (shared_const_p): New function.
H A Dcselib.cc1908 if (shared_const_p (orig)) in cselib_expand_value_rtx_1()
H A Drtl.h2991 extern bool shared_const_p (const_rtx);
H A DChangeLog-200713988 * rtl.c (rtx_size, shared_const_p, shallow_copy_rtx_stat,
13998 shared_const_p, rtx_size, shallow_copy_rtx_stat, rtx_equal_p,
H A DChangeLog-20171899 (shared_const_p): Use poly_int_rtx_p.