reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/MachineInstr.h
 1434   void setPhysRegsDeadExcept(ArrayRef<Register> UsedRegs,

References

lib/CodeGen/SelectionDAG/FastISel.cpp
 1028   MIB->setPhysRegsDeadExcept(CLI.InRegs, TRI);
 1235   CLI.Call->setPhysRegsDeadExcept(CLI.InRegs, TRI);
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
  970     MIB->setPhysRegsDeadExcept(UsedRegs, *TRI);
lib/Target/ARM/ARMFastISel.cpp
 2288   static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI);
 2433   static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI);
lib/Target/WebAssembly/WebAssemblyFastISel.cpp
 1151   Iter->setPhysRegsDeadExcept(ArrayRef<Register>(), TRI);