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