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

References

lib/CodeGen/TwoAddressInstructionPass.cpp
  945     if (OtherMI.isDebugInstr())
  950     if (OtherMI.hasUnmodeledSideEffects() || OtherMI.isCall() ||
  950     if (OtherMI.hasUnmodeledSideEffects() || OtherMI.isCall() ||
  951         OtherMI.isBranch() || OtherMI.isTerminator())
  951         OtherMI.isBranch() || OtherMI.isTerminator())
  954     for (const MachineOperand &MO : OtherMI.operands()) {
  973             MO.isKill() || (LIS && isPlainlyKilled(&OtherMI, MOReg, LIS));
  982         assert((MOReg != Reg || &OtherMI == KillMI) &&