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

  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 101 MI->getOperand(3).setIsDead();
164 MI->getOperand(3).setIsDead();
173 MI->getOperand(3).setIsDead();
263 New->getOperand(3).setIsDead();
278 New->getOperand(3).setIsDead();
  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 252 MO.setIsDead(false);
MachineOperand.h 373 void setIsDead(bool Val = true) {
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 634 MO.setIsDead();
640 MO.setIsDead(false);
651 MO.setIsDead(false);
    [all...]
MachineInstr.cpp     [all...]
MachineCSE.cpp 566 CSMI->getOperand(ImplicitDefsToUpdate[i]).setIsDead(false);
RegisterCoalescer.cpp 851 NewMI->getOperand(0).setIsDead(true);
    [all...]
LiveVariables.cpp 578 MO.setIsDead(false);
InlineSpiller.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 192 MI->getOperand(3).setIsDead(); // The EFLAGS implicit def is dead.
717 MI->getOperand(3).setIsDead(); // The EFLAGS implicit def is dead.
844 MI->getOperand(3).setIsDead();
    [all...]
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZElimCompare.cpp 293 MI->getOperand(CCDef).setIsDead(false);
SystemZFrameLowering.cpp 307 MI->getOperand(3).setIsDead();
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 230 UpdateMI->getOperand(0).setIsDead();
    [all...]

Completed in 173 milliseconds