Lines Matching refs:SetjmpTable
348 Value *SetjmpTable, Value *SetjmpTableSize, Value *&Label,
707 BasicBlock *BB, DebugLoc DL, Value *Threw, Value *SetjmpTable, in wrapTestSetjmp() argument
756 TestSetjmpF, {LoadedThrew, SetjmpTable, SetjmpTableSize}, "label"); in wrapTestSetjmp()
1293 Instruction *SetjmpTable = CallInst::CreateMalloc( in runSjLjOnFunction() local
1296 SetjmpTable->setDebugLoc(FirstDL); in runSjLjOnFunction()
1299 auto *MallocCall = SetjmpTable->stripPointerCasts(); in runSjLjOnFunction()
1305 IRB.CreateStore(IRB.getInt32(0), SetjmpTable); in runSjLjOnFunction()
1306 SetjmpTableInsts.push_back(SetjmpTable); in runSjLjOnFunction()
1354 SetjmpTable, SetjmpTableSize}; in runSjLjOnFunction()
1405 auto *Free = CallInst::CreateFree(SetjmpTable, Bundles, I); in runSjLjOnFunction()
1436 for (auto &U : make_early_inc_range(SetjmpTable->uses())) in runSjLjOnFunction()
1475 Instruction *SetjmpTable = *SetjmpTableInsts.begin(); in handleLongjmpableCallsForEmscriptenSjLj() local
1625 wrapTestSetjmp(BB, CI->getDebugLoc(), Threw, SetjmpTable, SetjmpTableSize, in handleLongjmpableCallsForEmscriptenSjLj()
1693 Instruction *SetjmpTable = *SetjmpTableInsts.begin(); in handleLongjmpableCallsForWasmSjLj() local
1751 IRB.CreateCall(TestSetjmpF, {SetjmpID, SetjmpTable, SetjmpTableSize}, in handleLongjmpableCallsForWasmSjLj()