Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h437 liveout_iterator(const MachineBasicBlock &MBB, MCPhysReg ExceptionPointer,
439 : ExceptionPointer(ExceptionPointer),
448 if (LiveRegI->PhysReg == ExceptionPointer ||
460 (LiveRegI->PhysReg == ExceptionPointer ||
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
1617 ExceptionPointer = TLI.getExceptionPointerRegister(PersonalityFn); in liveout_begin()
1621 return liveout_iterator(*this, ExceptionPointer, ExceptionSelector, false); in liveout_begin()