reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/TwoAddressInstructionPass.cpp
 1119     if (OtherMI.isDebugInstr())
 1124     if (OtherMI.hasUnmodeledSideEffects() || OtherMI.isCall() ||
 1124     if (OtherMI.hasUnmodeledSideEffects() || OtherMI.isCall() ||
 1125         OtherMI.isBranch() || OtherMI.isTerminator())
 1125         OtherMI.isBranch() || OtherMI.isTerminator())
 1129     for (const MachineOperand &MO : OtherMI.operands()) {
 1143         if (&OtherMI != MI && MOReg == Reg &&
 1144             !(MO.isKill() || (LIS && isPlainlyKilled(&OtherMI, MOReg, LIS))))