Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp94 Value *ExnObj = nullptr; in GetExceptionObject() local
105 ExnObj = ExcIVI->getOperand(1); in GetExceptionObject()
112 if (!ExnObj) in GetExceptionObject()
113 ExnObj = ExtractValueInst::Create(RI->getOperand(0), 0, "exn.obj", in GetExceptionObject()
127 return ExnObj; in GetExceptionObject()
244 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls() local
247 RewindFunctionArgs.push_back(ExnObj); in InsertUnwindResumeCalls()
283 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls() local
284 PN->addIncoming(ExnObj, Parent); in InsertUnwindResumeCalls()