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

Declarations

include/llvm/CodeGen/MachineBasicBlock.h
  334   unsigned addLiveIn(MCRegister PhysReg, const TargetRegisterClass *RC);

References

lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
 1270       FuncInfo->ExceptionPointerVirtReg = MBB->addLiveIn(Reg, PtrRC);
 1273       FuncInfo->ExceptionSelectorVirtReg = MBB->addLiveIn(Reg, PtrRC);