Lines Matching refs:SetjmpTableSizeInsts
338 InstVector &SetjmpTableSizeInsts,
342 InstVector &SetjmpTableSizeInsts,
1276 SmallVector<Instruction *, 4> SetjmpTableSizeInsts; in runSjLjOnFunction() local
1307 SetjmpTableSizeInsts.push_back(SetjmpTableSize); in runSjLjOnFunction()
1360 SetjmpTableSizeInsts.push_back(NewSetjmpTableSize); in runSjLjOnFunction()
1367 F, SetjmpTableInsts, SetjmpTableSizeInsts, SetjmpRetPHIs); in runSjLjOnFunction()
1369 handleLongjmpableCallsForWasmSjLj(F, SetjmpTableInsts, SetjmpTableSizeInsts, in runSjLjOnFunction()
1433 for (Instruction *I : SetjmpTableSizeInsts) in runSjLjOnFunction()
1463 Function &F, InstVector &SetjmpTableInsts, InstVector &SetjmpTableSizeInsts, in handleLongjmpableCallsForEmscriptenSjLj() argument
1476 Instruction *SetjmpTableSize = *SetjmpTableSizeInsts.begin(); in handleLongjmpableCallsForEmscriptenSjLj()
1667 Function &F, InstVector &SetjmpTableInsts, InstVector &SetjmpTableSizeInsts, in handleLongjmpableCallsForWasmSjLj() argument
1694 Instruction *SetjmpTableSize = *SetjmpTableSizeInsts.begin(); in handleLongjmpableCallsForWasmSjLj()