Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h428 MCPhysReg ExceptionSelector, bool End)
430 ExceptionSelector(ExceptionSelector), BlockI(MBB.succ_begin()),
439 LiveRegI->PhysReg == ExceptionSelector)
451 LiveRegI->PhysReg == ExceptionSelector));
493 MCPhysReg ExceptionPointer, ExceptionSelector;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1640 MCPhysReg ExceptionPointer = 0, ExceptionSelector = 0; in liveout_begin() local
1644 ExceptionSelector = TLI.getExceptionSelectorRegister(PersonalityFn); in liveout_begin()
1647 return liveout_iterator(*this, ExceptionPointer, ExceptionSelector, false); in liveout_begin()