Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h438 MCPhysReg ExceptionSelector, bool End)
440 ExceptionSelector(ExceptionSelector), BlockI(MBB.succ_begin()),
449 LiveRegI->PhysReg == ExceptionSelector)
461 LiveRegI->PhysReg == ExceptionSelector));
503 MCPhysReg ExceptionPointer, ExceptionSelector;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1614 MCPhysReg ExceptionPointer = 0, ExceptionSelector = 0; in liveout_begin() local
1618 ExceptionSelector = TLI.getExceptionSelectorRegister(PersonalityFn); in liveout_begin()
1621 return liveout_iterator(*this, ExceptionPointer, ExceptionSelector, false); in liveout_begin()