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 378 void setIsDead(bool Val = true) {
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 638 MO.setIsDead();
644 MO.setIsDead(false);
655 MO.setIsDead(false);
    [all...]
MachineInstr.cpp     [all...]
MachineCSE.cpp 574 CSMI->getOperand(ImplicitDefsToUpdate[i]).setIsDead(false);
RegisterCoalescer.cpp 843 NewMI->getOperand(0).setIsDead(true);
    [all...]
LiveVariables.cpp 578 MO.setIsDead(false);
InlineSpiller.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 195 MI->getOperand(3).setIsDead(); // The EFLAGS implicit def is dead.
515 MI->getOperand(3).setIsDead(); // The EFLAGS implicit def is dead.
644 MI->getOperand(3).setIsDead();
    [all...]
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZElimCompare.cpp 292 MI->getOperand(CCDef).setIsDead(false);
SystemZFrameLowering.cpp 305 MI->getOperand(3).setIsDead();
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 235 UpdateMI->getOperand(0).setIsDead();
    [all...]

Completed in 119 milliseconds