HomeSort by: relevance | last modified time | path
    Searched refs:removeKill (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveVariables.h 91 /// removeKill - Delete a kill corresponding to the specified
94 bool removeKill(MachineInstr &MI) {
211 if (!getVarInfo(Reg).removeKill(MI))
247 if (!getVarInfo(Reg).removeKill(MI))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveVariables.cpp 691 bool removed = getVarInfo(Reg).removeKill(MI);
MachineBasicBlock.cpp 1073 LV->getVarInfo(Reg).removeKill(*MI)) {
TwoAddressInstructionPass.cpp 1486 LV && LV->getVarInfo(RegB).removeKill(*MI)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 330 if (VI.removeKill(MI))

Completed in 27 milliseconds