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

  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 99 /// removeKill - Delete a kill corresponding to the specified
102 bool removeKill(MachineInstr *MI) {
220 if (!getVarInfo(reg).removeKill(MI))
256 if (!getVarInfo(reg).removeKill(MI))
  /external/llvm/lib/CodeGen/
ProcessImplicitDefs.cpp 126 vi.removeKill(MI);
159 vi.removeKill(MI);
270 vi.removeKill(RMI);
LiveVariables.cpp 663 bool removed = getVarInfo(Reg).removeKill(MI);
MachineBasicBlock.cpp 549 LV->getVarInfo(Reg).removeKill(MI)) {
TwoAddressInstructionPass.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 254 if (VI.removeKill(MI))
    [all...]

Completed in 2852 milliseconds