reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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))))