Lines Matching refs:REG_LIVE_WRITTEN
541 if (live & (REG_LIVE_READ | REG_LIVE_WRITTEN | REG_LIVE_DONE)) in print_liveness()
545 if (live & REG_LIVE_WRITTEN) in print_liveness()
1563 if (writes && state->live & REG_LIVE_WRITTEN) in mark_reg_read()
1754 reg->live |= REG_LIVE_WRITTEN; in check_reg_arg()
2263 state->stack[spi].spilled_ptr.live |= REG_LIVE_WRITTEN; in save_register_state()
2381 state->stack[spi].spilled_ptr.live |= REG_LIVE_WRITTEN; in check_stack_write()
2427 state->regs[value_regno].live |= REG_LIVE_WRITTEN; in check_stack_read()
2446 state->regs[value_regno].live |= REG_LIVE_WRITTEN; in check_stack_read()
2495 state->regs[value_regno].live |= REG_LIVE_WRITTEN; in check_stack_read()
6602 dst_reg->live |= REG_LIVE_WRITTEN; in check_alu_op()
6618 dst_reg->live |= REG_LIVE_WRITTEN; in check_alu_op()