Set by the optimizer to indicate whether this instruction or any of its outputs overwrite any of the bits of the given register. Definition at line 827 of file instruction.h. References RegisterDepends::reg(). Referenced by Optimizer::registerDepends(). { m_registerDepends.reg(reg) = depends; }
|