Searched refs:overwrites_reg (Results 1 – 4 of 4) sorted by relevance
104 if (inst->overwrites_reg(entry->dst) || in opt_copy_propagate_local()105 inst->overwrites_reg(entry->src)) { in opt_copy_propagate_local()
157 if (inst->overwrites_reg(entry->generator->src[i])) { in opt_cse_local()
171 fs_inst::overwrites_reg(const fs_reg ®) in overwrites_reg() function in fs_inst1403 scan_inst->overwrites_reg(inst->dst)) { in propagate_constants()1603 if (scan_inst->overwrites_reg(inst->dst) || in register_coalesce()1604 scan_inst->overwrites_reg(inst->src[0])) { in register_coalesce()
153 bool overwrites_reg(const fs_reg ®);