Lines Matching refs:SetjmpTableSize
348 Value *SetjmpTable, Value *SetjmpTableSize, Value *&Label,
708 Value *SetjmpTableSize, Value *&Label, Value *&LongjmpResult, in wrapTestSetjmp() argument
756 TestSetjmpF, {LoadedThrew, SetjmpTable, SetjmpTableSize}, "label"); in wrapTestSetjmp()
1288 BinaryOperator *SetjmpTableSize = in runSjLjOnFunction() local
1291 SetjmpTableSize->setDebugLoc(FirstDL); in runSjLjOnFunction()
1294 SetjmpTableSize, IRB.getInt32Ty(), IRB.getInt32Ty(), IRB.getInt32(40), in runSjLjOnFunction()
1304 IRB.SetInsertPoint(SetjmpTableSize); in runSjLjOnFunction()
1307 SetjmpTableSizeInsts.push_back(SetjmpTableSize); in runSjLjOnFunction()
1354 SetjmpTable, SetjmpTableSize}; in runSjLjOnFunction()
1440 for (auto &U : make_early_inc_range(SetjmpTableSize->uses())) in runSjLjOnFunction()
1476 Instruction *SetjmpTableSize = *SetjmpTableSizeInsts.begin(); in handleLongjmpableCallsForEmscriptenSjLj() local
1625 wrapTestSetjmp(BB, CI->getDebugLoc(), Threw, SetjmpTable, SetjmpTableSize, in handleLongjmpableCallsForEmscriptenSjLj()
1694 Instruction *SetjmpTableSize = *SetjmpTableSizeInsts.begin(); in handleLongjmpableCallsForWasmSjLj() local
1751 IRB.CreateCall(TestSetjmpF, {SetjmpID, SetjmpTable, SetjmpTableSize}, in handleLongjmpableCallsForWasmSjLj()