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

  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 197 /// replaceKillInstruction - Update register kill info by replacing a kill
199 void replaceKillInstruction(unsigned Reg, MachineInstr *OldMI,
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 294 LV->replaceKillInstruction(SavedReg, KillMI, MI);
655 LV->replaceKillInstruction(RegC, MI, NewMI);
    [all...]
LiveVariables.cpp 700 /// replaceKillInstruction - Update register kill info by replacing a kill
702 void LiveVariables::replaceKillInstruction(unsigned Reg, MachineInstr *OldMI,
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 462 milliseconds