Searched refs:ExceptionPointer (Results 1 – 2 of 2) sorted by relevance
437 liveout_iterator(const MachineBasicBlock &MBB, MCPhysReg ExceptionPointer,439 : ExceptionPointer(ExceptionPointer),448 if (LiveRegI->PhysReg == ExceptionPointer ||460 (LiveRegI->PhysReg == ExceptionPointer ||503 MCPhysReg ExceptionPointer, ExceptionSelector;
1614 MCPhysReg ExceptionPointer = 0, ExceptionSelector = 0; in liveout_begin() local1617 ExceptionPointer = TLI.getExceptionPointerRegister(PersonalityFn); in liveout_begin()1621 return liveout_iterator(*this, ExceptionPointer, ExceptionSelector, false); in liveout_begin()