Searched refs:can_increase (Results 1 – 1 of 1) sorted by relevance
988 bool can_increase = def_reg.reg_b % MIN2(next, max_align) == 0 && in split_copy() local990 if (!src.op.isConstant() && can_increase) in split_copy()991 can_increase = op_reg.reg_b % MIN2(next, max_align) == 0; in split_copy()992 for (unsigned i = 0; !ignore_uses && can_increase && (i < bytes); i++) in split_copy()993 can_increase = (src.uses[offset + bytes + i] == 0) == (src.uses[offset] == 0); in split_copy()994 if (!can_increase) in split_copy()