Searched refs:REG_LIVE_READ (Results 1 – 2 of 2) sorted by relevance
38 REG_LIVE_READ = REG_LIVE_READ32 | REG_LIVE_READ64, enumerator
541 if (live & (REG_LIVE_READ | REG_LIVE_WRITTEN | REG_LIVE_DONE)) in print_liveness()543 if (live & REG_LIVE_READ) in print_liveness()1574 if ((parent->live & REG_LIVE_READ) == flag || in mark_reg_read()8515 if (!(live & REG_LIVE_READ)) in clean_func_state()8526 if (!(live & REG_LIVE_READ)) { in clean_func_state()8607 if (!(rold->live & REG_LIVE_READ)) in regsafe()8731 if (!(old->stack[spi].spilled_ptr.live & REG_LIVE_READ)) { in stacksafe()8882 u8 parent_flag = parent_reg->live & REG_LIVE_READ; in propagate_liveness_reg()8883 u8 flag = reg->live & REG_LIVE_READ; in propagate_liveness_reg()