Searched refs:REG_LIVE_READ (Results 1 – 2 of 2) sorted by relevance
38 REG_LIVE_READ = REG_LIVE_READ32 | REG_LIVE_READ64, enumerator
415 if (live & (REG_LIVE_READ | REG_LIVE_WRITTEN | REG_LIVE_DONE)) in print_liveness()417 if (live & REG_LIVE_READ) in print_liveness()1215 if ((parent->live & REG_LIVE_READ) == flag || in mark_reg_read()6726 if (!(live & REG_LIVE_READ)) in clean_func_state()6737 if (!(live & REG_LIVE_READ)) { in clean_func_state()6818 if (!(rold->live & REG_LIVE_READ)) in regsafe()6942 if (!(old->stack[spi].spilled_ptr.live & REG_LIVE_READ)) { in stacksafe()7093 u8 parent_flag = parent_reg->live & REG_LIVE_READ; in propagate_liveness_reg()7094 u8 flag = reg->live & REG_LIVE_READ; in propagate_liveness_reg()