reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1097 if (!MOReg) 1099 if (isDefTooClose(MOReg, DI->second, MI)) 1101 bool isKill = MO.isKill() || (LIS && isPlainlyKilled(KillMI, MOReg, LIS)); 1102 if (MOReg == Reg && !isKill) 1104 Uses.insert(MOReg); 1105 if (isKill && MOReg != Reg) 1106 Kills.insert(MOReg); 1107 } else if (Register::isPhysicalRegister(MOReg)) { 1108 Defs.insert(MOReg); 1110 LiveDefs.insert(MOReg);