Searched refs:shared_const_p (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drtl.c265 shared_const_p (const_rtx orig)
317 if (shared_const_p (orig))
262 shared_const_p (const_rtx orig) function
H A Dvaltrack.c85 if (shared_const_p (x))
H A Dcprop.c254 return CONSTANT_P (x) && (GET_CODE (x) != CONST || shared_const_p (x));
H A Demit-rtl.c2878 if (shared_const_p (orig))
3131 if (shared_const_p (x))
5726 if (shared_const_p (orig))
H A Dexplow.c150 if (inplace && shared_const_p (x))
H A Dcselib.c1841 if (shared_const_p (orig))
H A Drtl.h2985 extern bool shared_const_p (const_rtx);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Drtl.cc268 shared_const_p (const_rtx orig)
319 if (shared_const_p (orig))
265 shared_const_p (const_rtx orig) function
H A Dvaltrack.cc84 if (shared_const_p (x))
H A Dcprop.cc255 return CONSTANT_P (x) && (GET_CODE (x) != CONST || shared_const_p (x));
H A Demit-rtl.cc2887 if (shared_const_p (orig))
3139 if (shared_const_p (x))
5700 if (shared_const_p (orig))
H A Dexplow.cc149 if (inplace && shared_const_p (x))
H A Dcselib.cc1909 if (shared_const_p (orig))
H A Drtl.h2995 extern bool shared_const_p (const_rtx);

Completed in 820 milliseconds