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.h520 MCPhysReg ExceptionSelector, bool End)
522 ExceptionSelector(ExceptionSelector), BlockI(MBB.succ_begin()),
531 LiveRegI->PhysReg == ExceptionSelector)
543 LiveRegI->PhysReg == ExceptionSelector));
585 MCPhysReg ExceptionPointer, ExceptionSelector;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1765 MCPhysReg ExceptionPointer = 0, ExceptionSelector = 0; in liveout_begin() local
1769 ExceptionSelector = TLI.getExceptionSelectorRegister(PersonalityFn); in liveout_begin()
1772 return liveout_iterator(*this, ExceptionPointer, ExceptionSelector, false); in liveout_begin()