Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp78 Value *ExnObj = nullptr; in GetExceptionObject() local
89 ExnObj = ExcIVI->getOperand(1); in GetExceptionObject()
96 if (!ExnObj) in GetExceptionObject()
97 ExnObj = ExtractValueInst::Create(RI->getOperand(0), 0, "exn.obj", RI); in GetExceptionObject()
110 return ExnObj; in GetExceptionObject()
145 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls() local
148 CallInst *CI = CallInst::Create(RewindFunction, ExnObj, "", UnwindBB); in InsertUnwindResumeCalls()
168 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls() local
169 PN->addIncoming(ExnObj, Parent); in InsertUnwindResumeCalls()