Searched refs:ExnObj (Results 1 – 1 of 1) sorted by relevance
73 Value *ExnObj = 0; in GetExceptionObject() local84 ExnObj = ExcIVI->getOperand(1); in GetExceptionObject()91 if (!ExnObj) in GetExceptionObject()92 ExnObj = ExtractValueInst::Create(RI->getOperand(0), 0, "exn.obj", RI); in GetExceptionObject()105 return ExnObj; in GetExceptionObject()142 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls() local145 CallInst *CI = CallInst::Create(RewindFunction, ExnObj, "", UnwindBB); in InsertUnwindResumeCalls()165 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls() local166 PN->addIncoming(ExnObj, Parent); in InsertUnwindResumeCalls()