HomeSort by: relevance | last modified time | path
    Searched defs:mark_access (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
regrename.cc 82 /* mark_access is for marking the destination regs in
85 mark_access enumerator in enum:scan_actions
95 "mark_access"
1143 if ((type == OP_OUT) != (action == terminate_write || action == mark_access))
1165 if (action == mark_read || action == mark_access)
1306 if (action == mark_write || action == mark_access)
1904 scan_rtx (insn, &XEXP (note, 0), ALL_REGS, mark_access,
  /src/external/gpl3/gcc.old/dist/gcc/
regrename.cc 82 /* mark_access is for marking the destination regs in
85 mark_access enumerator in enum:scan_actions
95 "mark_access"
1143 if ((type == OP_OUT) != (action == terminate_write || action == mark_access))
1165 if (action == mark_read || action == mark_access)
1306 if (action == mark_write || action == mark_access)
1904 scan_rtx (insn, &XEXP (note, 0), ALL_REGS, mark_access,

Completed in 30 milliseconds