Searched refs:REG_LIVE_READ (Results 1 – 2 of 2) sorted by relevance
39 REG_LIVE_READ = REG_LIVE_READ32 | REG_LIVE_READ64, enumerator
592 if (live & (REG_LIVE_READ | REG_LIVE_WRITTEN | REG_LIVE_DONE)) in print_liveness()594 if (live & REG_LIVE_READ) in print_liveness()1909 if ((parent->live & REG_LIVE_READ) == flag || in mark_reg_read()10111 if (!(live & REG_LIVE_READ)) in clean_func_state()10122 if (!(live & REG_LIVE_READ)) { in clean_func_state()10203 if (!(rold->live & REG_LIVE_READ)) in regsafe()10329 if (!(old->stack[spi].spilled_ptr.live & REG_LIVE_READ)) { in stacksafe()10471 u8 parent_flag = parent_reg->live & REG_LIVE_READ; in propagate_liveness_reg()10472 u8 flag = reg->live & REG_LIVE_READ; in propagate_liveness_reg()