reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
210 static bool isPlainlyKilled(MachineInstr *MI, unsigned Reg, LiveIntervals *LIS);
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))))