Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h468 liveout_iterator(const MachineBasicBlock &MBB, MCPhysReg ExceptionPointer,
470 : ExceptionPointer(ExceptionPointer),
479 if (LiveRegI->PhysReg == ExceptionPointer ||
491 (LiveRegI->PhysReg == ExceptionPointer ||
534 MCPhysReg ExceptionPointer, ExceptionSelector;
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1638 MCPhysReg ExceptionPointer = 0, ExceptionSelector = 0; in liveout_begin() local
1641 ExceptionPointer = TLI.getExceptionPointerRegister(PersonalityFn); in liveout_begin()
1645 return liveout_iterator(*this, ExceptionPointer, ExceptionSelector, false); in liveout_begin()