Lines Matching refs:SetjmpTableSizeInsts
339 InstVector &SetjmpTableSizeInsts,
343 InstVector &SetjmpTableSizeInsts,
1274 SmallVector<Instruction *, 4> SetjmpTableSizeInsts; in runSjLjOnFunction() local
1306 SetjmpTableSizeInsts.push_back(SetjmpTableSize); in runSjLjOnFunction()
1359 SetjmpTableSizeInsts.push_back(NewSetjmpTableSize); in runSjLjOnFunction()
1366 F, SetjmpTableInsts, SetjmpTableSizeInsts, SetjmpRetPHIs); in runSjLjOnFunction()
1368 handleLongjmpableCallsForWasmSjLj(F, SetjmpTableInsts, SetjmpTableSizeInsts, in runSjLjOnFunction()
1427 for (Instruction *I : SetjmpTableSizeInsts) in runSjLjOnFunction()
1457 Function &F, InstVector &SetjmpTableInsts, InstVector &SetjmpTableSizeInsts, in handleLongjmpableCallsForEmscriptenSjLj() argument
1470 Instruction *SetjmpTableSize = *SetjmpTableSizeInsts.begin(); in handleLongjmpableCallsForEmscriptenSjLj()
1661 Function &F, InstVector &SetjmpTableInsts, InstVector &SetjmpTableSizeInsts, in handleLongjmpableCallsForWasmSjLj() argument
1688 Instruction *SetjmpTableSize = *SetjmpTableSizeInsts.begin(); in handleLongjmpableCallsForWasmSjLj()