Searched refs:ExnObj (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | DwarfEHPrepare.cpp | 105 Value *ExnObj = nullptr; in GetExceptionObject() local 116 ExnObj = ExcIVI->getOperand(1); in GetExceptionObject() 123 if (!ExnObj) in GetExceptionObject() 124 ExnObj = ExtractValueInst::Create(RI->getOperand(0), 0, "exn.obj", RI); in GetExceptionObject() 137 return ExnObj; in GetExceptionObject() 223 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls() local 226 CallInst *CI = CallInst::Create(RewindFunction, ExnObj, "", UnwindBB); in InsertUnwindResumeCalls() 244 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls() local 245 PN->addIncoming(ExnObj, Parent); in InsertUnwindResumeCalls()
|
/external/llvm/lib/CodeGen/ |
D | DwarfEHPrepare.cpp | 102 Value *ExnObj = nullptr; in GetExceptionObject() local 113 ExnObj = ExcIVI->getOperand(1); in GetExceptionObject() 120 if (!ExnObj) in GetExceptionObject() 121 ExnObj = ExtractValueInst::Create(RI->getOperand(0), 0, "exn.obj", RI); in GetExceptionObject() 134 return ExnObj; in GetExceptionObject() 220 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls() local 223 CallInst *CI = CallInst::Create(RewindFunction, ExnObj, "", UnwindBB); in InsertUnwindResumeCalls() 241 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls() local 242 PN->addIncoming(ExnObj, Parent); in InsertUnwindResumeCalls()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | DwarfEHPrepare.cpp | 701 ExtractValueInst *ExnObj = ExtractValueInst::Create(RI->getOperand(0), in InsertUnwindResumeCalls() local 703 PN->addIncoming(ExnObj, RI->getParent()); in InsertUnwindResumeCalls()
|