Searched refs:mark_access (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | regrename.cc | 85 mark_access enumerator 1143 if ((type == OP_OUT) != (action == terminate_write || action == mark_access)) in scan_rtx_reg() 1165 if (action == mark_read || action == mark_access) in scan_rtx_reg() 1306 if (action == mark_write || action == mark_access) in scan_rtx_address() 1904 scan_rtx (insn, &XEXP (note, 0), ALL_REGS, mark_access, in build_def_use()
|
H A D | ChangeLog-2005 | 4218 * regrename.c (enum scan_actions) Add mark_access. 4220 (scan_rtx_reg): Handle mark_access. 4221 (scan_rtx_address): Do nothing for mark_access.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | regrename.c | 85 mark_access enumerator 1123 if ((type == OP_OUT) != (action == terminate_write || action == mark_access)) in scan_rtx_reg() 1145 if (action == mark_read || action == mark_access) in scan_rtx_reg() 1286 if (action == mark_write || action == mark_access) in scan_rtx_address() 1885 scan_rtx (insn, &XEXP (note, 0), ALL_REGS, mark_access, in build_def_use()
|