Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h490 liveout_iterator(const MachineBasicBlock &MBB, MCPhysReg ExceptionPointer,
492 : ExceptionPointer(ExceptionPointer),
501 if (LiveRegI->PhysReg == ExceptionPointer ||
513 (LiveRegI->PhysReg == ExceptionPointer ||
556 MCPhysReg ExceptionPointer, ExceptionSelector;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1737 MCPhysReg ExceptionPointer = 0, ExceptionSelector = 0; in liveout_begin() local
1740 ExceptionPointer = TLI.getExceptionPointerRegister(PersonalityFn); in liveout_begin()
1744 return liveout_iterator(*this, ExceptionPointer, ExceptionSelector, false); in liveout_begin()