Searched refs:REG_LIVE_WRITTEN (Results 1 – 2 of 2) sorted by relevance
41 REG_LIVE_WRITTEN = 0x4, /* reg was written first, screening off later reads */ enumerator
544 if (live & (REG_LIVE_READ | REG_LIVE_WRITTEN | REG_LIVE_DONE)) in print_liveness()548 if (live & REG_LIVE_WRITTEN) in print_liveness()1575 if (writes && state->live & REG_LIVE_WRITTEN) in mark_reg_read()1766 reg->live |= REG_LIVE_WRITTEN; in check_reg_arg()2288 state->stack[spi].spilled_ptr.live |= REG_LIVE_WRITTEN; in save_register_state()2384 state->stack[spi].spilled_ptr.live |= REG_LIVE_WRITTEN; in check_stack_write_fixed_off()2559 state->regs[dst_regno].live |= REG_LIVE_WRITTEN; in mark_reg_stack_read()2594 state->regs[dst_regno].live |= REG_LIVE_WRITTEN; in check_stack_read_fixed_off()2613 state->regs[dst_regno].live |= REG_LIVE_WRITTEN; in check_stack_read_fixed_off()7192 dst_reg->live |= REG_LIVE_WRITTEN; in check_alu_op()[all …]