Lines Matching refs:OtherMI
993 for (MachineInstr &OtherMI : make_range(End, KillPos)) { in rescheduleMIBelowKill()
995 if (OtherMI.isDebugOrPseudoInstr()) in rescheduleMIBelowKill()
1000 if (OtherMI.hasUnmodeledSideEffects() || OtherMI.isCall() || in rescheduleMIBelowKill()
1001 OtherMI.isBranch() || OtherMI.isTerminator()) in rescheduleMIBelowKill()
1004 for (const MachineOperand &MO : OtherMI.operands()) { in rescheduleMIBelowKill()
1031 assert((MOReg != Reg || &OtherMI == KillMI) && in rescheduleMIBelowKill()
1165 for (MachineInstr &OtherMI : in rescheduleKillAboveMI()
1168 if (OtherMI.isDebugOrPseudoInstr()) in rescheduleKillAboveMI()
1173 if (OtherMI.hasUnmodeledSideEffects() || OtherMI.isCall() || in rescheduleKillAboveMI()
1174 OtherMI.isBranch() || OtherMI.isTerminator()) in rescheduleKillAboveMI()
1178 for (const MachineOperand &MO : OtherMI.operands()) { in rescheduleKillAboveMI()
1192 if (&OtherMI != MI && MOReg == Reg && !isPlainlyKilled(MO)) in rescheduleKillAboveMI()