Home
last modified time | relevance | path

Searched refs:ExceptionPointer (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h545 liveout_iterator(const MachineBasicBlock &MBB, MCPhysReg ExceptionPointer,
547 : ExceptionPointer(ExceptionPointer),
556 if (LiveRegI->PhysReg == ExceptionPointer ||
568 (LiveRegI->PhysReg == ExceptionPointer ||
611 MCPhysReg ExceptionPointer, ExceptionSelector;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1788 MCRegister ExceptionPointer, ExceptionSelector; in liveout_begin() local
1791 ExceptionPointer = TLI.getExceptionPointerRegister(PersonalityFn); in liveout_begin()
1795 return liveout_iterator(*this, ExceptionPointer, ExceptionSelector, false); in liveout_begin()