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

Declarations

include/llvm/CodeGen/LiveVariables.h
  193   void replaceKillInstruction(unsigned Reg, MachineInstr &OldMI,

References

lib/CodeGen/TwoAddressInstructionPass.cpp
  328       LV->replaceKillInstruction(SavedReg, *KillMI, *MI);
 1404                       LV->replaceKillInstruction(MO.getReg(), MI, *NewMIs[0]);
 1408                       LV->replaceKillInstruction(MO.getReg(), MI, *NewMIs[1]);
 1853       LV->replaceKillInstruction(SrcReg, MI, *CopyMI);
lib/Target/SystemZ/SystemZInstrInfo.cpp
  987             LV->replaceKillInstruction(Op.getReg(), MI, *MIB);
lib/Target/X86/X86InstrInfo.cpp
  753       LV->replaceKillInstruction(SrcReg, MI, *Copy);
  857       LV->replaceKillInstruction(Src2, MI, *InsMI2);
  873       LV->replaceKillInstruction(Src, MI, *InsMI);
  875       LV->replaceKillInstruction(Dest, MI, *ExtMI);
 1067       LV->replaceKillInstruction(SrcReg2, MI, *NewMI);
 1320       LV->replaceKillInstruction(Src.getReg(), MI, *NewMI);
 1322       LV->replaceKillInstruction(Dest.getReg(), MI, *NewMI);