Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h491 MCPhysReg ExceptionSelector, bool End)
493 ExceptionSelector(ExceptionSelector), BlockI(MBB.succ_begin()),
502 LiveRegI->PhysReg == ExceptionSelector)
514 LiveRegI->PhysReg == ExceptionSelector));
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
1741 ExceptionSelector = TLI.getExceptionSelectorRegister(PersonalityFn); in liveout_begin()
1744 return liveout_iterator(*this, ExceptionPointer, ExceptionSelector, false); in liveout_begin()