HomeSort by relevance Sort by last modified time
    Searched refs:replaceKillInstruction (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 193 /// replaceKillInstruction - Update register kill info by replacing a kill
195 void replaceKillInstruction(unsigned Reg, MachineInstr *OldMI,
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 300 LV->replaceKillInstruction(SavedReg, KillMI, MI);
    [all...]
LiveVariables.cpp 680 /// replaceKillInstruction - Update register kill info by replacing a kill
682 void LiveVariables::replaceKillInstruction(unsigned Reg, MachineInstr *OldMI,
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 667 LV->replaceKillInstruction(Op.getReg(), OldMI, NewMI);
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 194 milliseconds