Lines Matching refs:SetjmpTableInsts
338 Function &F, InstVector &SetjmpTableInsts,
342 handleLongjmpableCallsForWasmSjLj(Function &F, InstVector &SetjmpTableInsts,
1272 SmallVector<Instruction *, 4> SetjmpTableInsts; in runSjLjOnFunction() local
1305 SetjmpTableInsts.push_back(SetjmpTable); in runSjLjOnFunction()
1358 SetjmpTableInsts.push_back(NewSetjmpTable); in runSjLjOnFunction()
1366 F, SetjmpTableInsts, SetjmpTableSizeInsts, SetjmpRetPHIs); in runSjLjOnFunction()
1368 handleLongjmpableCallsForWasmSjLj(F, SetjmpTableInsts, SetjmpTableSizeInsts, in runSjLjOnFunction()
1425 for (Instruction *I : SetjmpTableInsts) in runSjLjOnFunction()
1457 Function &F, InstVector &SetjmpTableInsts, InstVector &SetjmpTableSizeInsts, in handleLongjmpableCallsForEmscriptenSjLj() argument
1469 Instruction *SetjmpTable = *SetjmpTableInsts.begin(); in handleLongjmpableCallsForEmscriptenSjLj()
1661 Function &F, InstVector &SetjmpTableInsts, InstVector &SetjmpTableSizeInsts, in handleLongjmpableCallsForWasmSjLj() argument
1687 Instruction *SetjmpTable = *SetjmpTableInsts.begin(); in handleLongjmpableCallsForWasmSjLj()