Searched refs:SetjmpTableSizeInsts (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 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() [all …]
|