Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h546 MCPhysReg ExceptionSelector, bool End)
548 ExceptionSelector(ExceptionSelector), BlockI(MBB.succ_begin()),
557 LiveRegI->PhysReg == ExceptionSelector)
569 LiveRegI->PhysReg == ExceptionSelector));
611 MCPhysReg ExceptionPointer, ExceptionSelector;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1788 MCRegister ExceptionPointer, ExceptionSelector; in liveout_begin() local
1792 ExceptionSelector = TLI.getExceptionSelectorRegister(PersonalityFn); in liveout_begin()
1795 return liveout_iterator(*this, ExceptionPointer, ExceptionSelector, false); in liveout_begin()