HomeSort by relevance Sort by last modified time
    Searched refs:setIsDead (Results 1 - 11 of 11) 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();
MSP430RegisterInfo.cpp 139 New->getOperand(3).setIsDead();
154 New->getOperand(3).setIsDead();
  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 260 MO.setIsDead(false);
MachineOperand.h 360 void setIsDead(bool Val = true) {
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 631 MO.setIsDead();
637 MO.setIsDead(false);
648 MO.setIsDead(false);
    [all...]
MachineInstr.cpp     [all...]
LiveVariables.cpp 581 MO.setIsDead(false);
InlineSpiller.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 438 New->getOperand(3).setIsDead();
456 New->getOperand(3).setIsDead();
X86FrameLowering.cpp 192 MI->getOperand(3).setIsDead(); // The EFLAGS implicit def is dead.
699 MI->getOperand(3).setIsDead(); // The EFLAGS implicit def is dead.
795 MI->getOperand(3).setIsDead();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 226 UpdateMI->getOperand(0).setIsDead();
    [all...]

Completed in 370 milliseconds