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.h519 liveout_iterator(const MachineBasicBlock &MBB, MCPhysReg ExceptionPointer,
521 : ExceptionPointer(ExceptionPointer),
530 if (LiveRegI->PhysReg == ExceptionPointer ||
542 (LiveRegI->PhysReg == ExceptionPointer ||
585 MCPhysReg ExceptionPointer, ExceptionSelector;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1765 MCPhysReg ExceptionPointer = 0, ExceptionSelector = 0; in liveout_begin() local
1768 ExceptionPointer = TLI.getExceptionPointerRegister(PersonalityFn); in liveout_begin()
1772 return liveout_iterator(*this, ExceptionPointer, ExceptionSelector, false); in liveout_begin()