Searched refs:ExnObj (Results 1 – 1 of 1) sorted by relevance
88 Value *ExnObj = nullptr; in GetExceptionObject() local99 ExnObj = ExcIVI->getOperand(1); in GetExceptionObject()106 if (!ExnObj) in GetExceptionObject()107 ExnObj = ExtractValueInst::Create(RI->getOperand(0), 0, "exn.obj", RI); in GetExceptionObject()120 return ExnObj; in GetExceptionObject()205 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls() local208 CallInst *CI = CallInst::Create(RewindFunction, ExnObj, "", UnwindBB); in InsertUnwindResumeCalls()231 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls() local232 PN->addIncoming(ExnObj, Parent); in InsertUnwindResumeCalls()