Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h427 liveout_iterator(const MachineBasicBlock &MBB, MCPhysReg ExceptionPointer,
429 : ExceptionPointer(ExceptionPointer),
438 if (LiveRegI->PhysReg == ExceptionPointer ||
450 (LiveRegI->PhysReg == ExceptionPointer ||
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
1643 ExceptionPointer = TLI.getExceptionPointerRegister(PersonalityFn); in liveout_begin()
1647 return liveout_iterator(*this, ExceptionPointer, ExceptionSelector, false); in liveout_begin()