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

  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 91 /// removeKill - Delete a kill corresponding to the specified
94 bool removeKill(MachineInstr *MI) {
209 if (!getVarInfo(reg).removeKill(MI))
245 if (!getVarInfo(reg).removeKill(MI))
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 691 bool removed = getVarInfo(Reg).removeKill(MI);
MachineBasicBlock.cpp 730 LV->getVarInfo(Reg).removeKill(MI)) {
    [all...]
TwoAddressInstructionPass.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 255 if (VI.removeKill(MI))
    [all...]

Completed in 146 milliseconds