Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DDwarfEHPrepare.cpp73 Value *ExnObj = 0; in GetExceptionObject() local
84 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() local
145 CallInst *CI = CallInst::Create(RewindFunction, ExnObj, "", UnwindBB); in InsertUnwindResumeCalls()
165 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls() local
166 PN->addIncoming(ExnObj, Parent); in InsertUnwindResumeCalls()