Searched refs:REG_LIVE_READ (Results 1 – 2 of 2) sorted by relevance
41 REG_LIVE_READ = REG_LIVE_READ32 | REG_LIVE_READ64, enumerator
603 if (live & (REG_LIVE_READ | REG_LIVE_WRITTEN | REG_LIVE_DONE)) in print_liveness()605 if (live & REG_LIVE_READ) in print_liveness()2295 if ((parent->live & REG_LIVE_READ) == flag || in mark_reg_read()11432 if (!(live & REG_LIVE_READ)) in clean_func_state()11443 if (!(live & REG_LIVE_READ)) { in clean_func_state()11524 if (!(rold->live & REG_LIVE_READ)) in regsafe()11649 if (!(old->stack[spi].spilled_ptr.live & REG_LIVE_READ)) { in stacksafe()11791 u8 parent_flag = parent_reg->live & REG_LIVE_READ; in propagate_liveness_reg()11792 u8 flag = reg->live & REG_LIVE_READ; in propagate_liveness_reg()