Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h469 MCPhysReg ExceptionSelector, bool End)
471 ExceptionSelector(ExceptionSelector), BlockI(MBB.succ_begin()),
480 LiveRegI->PhysReg == ExceptionSelector)
492 LiveRegI->PhysReg == ExceptionSelector));
534 MCPhysReg ExceptionPointer, ExceptionSelector;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1638 MCPhysReg ExceptionPointer = 0, ExceptionSelector = 0; in liveout_begin() local
1642 ExceptionSelector = TLI.getExceptionSelectorRegister(PersonalityFn); in liveout_begin()
1645 return liveout_iterator(*this, ExceptionPointer, ExceptionSelector, false); in liveout_begin()