Searched refs:cselib_expand_value_rtx_1 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcselib.c80 static rtx cselib_expand_value_rtx_1 (rtx, struct expand_value_data *, int);
1617 that would confuse DSE. See the comment in cselib_expand_value_rtx_1
1653 result = cselib_expand_value_rtx_1 (p->loc, evd, max_depth - 1);
1666 result = cselib_expand_value_rtx_1 (reg_result, evd, max_depth - 1);
1713 return cselib_expand_value_rtx_1 (orig, &evd, max_depth);
1733 return cselib_expand_value_rtx_1 (orig, &evd, max_depth);
1751 return cselib_expand_value_rtx_1 (orig, &evd, max_depth) != NULL;
1758 cselib_expand_value_rtx_1 (rtx orig, struct expand_value_data *evd,
1857 subreg = cselib_expand_value_rtx_1 (SUBREG_REG (orig), evd,
1924 rtx result = cselib_expand_value_rtx_1 (XEX
1757 cselib_expand_value_rtx_1 (rtx orig, struct expand_value_data *evd, function
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcselib.cc81 static rtx cselib_expand_value_rtx_1 (rtx, struct expand_value_data *, int);
1686 that would confuse DSE. See the comment in cselib_expand_value_rtx_1
1722 result = cselib_expand_value_rtx_1 (p->loc, evd, max_depth - 1);
1735 result = cselib_expand_value_rtx_1 (reg_result, evd, max_depth - 1);
1782 return cselib_expand_value_rtx_1 (orig, &evd, max_depth);
1802 return cselib_expand_value_rtx_1 (orig, &evd, max_depth);
1820 return cselib_expand_value_rtx_1 (orig, &evd, max_depth) != NULL;
1827 cselib_expand_value_rtx_1 (rtx orig, struct expand_value_data *evd,
1925 subreg = cselib_expand_value_rtx_1 (SUBREG_REG (orig), evd,
1992 rtx result = cselib_expand_value_rtx_1 (XEX
1826 cselib_expand_value_rtx_1 (rtx orig, struct expand_value_data *evd, function
[all...]

Completed in 182 milliseconds