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

Declarations

lib/CodeGen/TwoAddressInstructionPass.cpp
  210 static bool isPlainlyKilled(MachineInstr *MI, unsigned Reg, LiveIntervals *LIS);

References

lib/CodeGen/TwoAddressInstructionPass.cpp
  308       if (MO.isKill() || (LIS && isPlainlyKilled(&OtherMI, MOReg, LIS))) {
  480     if (!isPlainlyKilled(DefMI, Reg, LIS))
  606   if (!isPlainlyKilled(MI, regC, LIS))
  921                            (LIS && isPlainlyKilled(MI, MOReg, LIS))))
  973             MO.isKill() || (LIS && isPlainlyKilled(&OtherMI, MOReg, LIS));
 1101       bool isKill = MO.isKill() || (LIS && isPlainlyKilled(KillMI, MOReg, LIS));
 1144             !(MO.isKill() || (LIS && isPlainlyKilled(&OtherMI, MOReg, LIS))))