Home
last modified time | relevance | path

Searched refs:SetjmpTableInsts (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp337 Function &F, InstVector &SetjmpTableInsts,
341 handleLongjmpableCallsForWasmSjLj(Function &F, InstVector &SetjmpTableInsts,
1274 SmallVector<Instruction *, 4> SetjmpTableInsts; in runSjLjOnFunction() local
1306 SetjmpTableInsts.push_back(SetjmpTable); in runSjLjOnFunction()
1359 SetjmpTableInsts.push_back(NewSetjmpTable); in runSjLjOnFunction()
1367 F, SetjmpTableInsts, SetjmpTableSizeInsts, SetjmpRetPHIs); in runSjLjOnFunction()
1369 handleLongjmpableCallsForWasmSjLj(F, SetjmpTableInsts, SetjmpTableSizeInsts, in runSjLjOnFunction()
1431 for (Instruction *I : SetjmpTableInsts) in runSjLjOnFunction()
1463 Function &F, InstVector &SetjmpTableInsts, InstVector &SetjmpTableSizeInsts, in handleLongjmpableCallsForEmscriptenSjLj() argument
1475 Instruction *SetjmpTable = *SetjmpTableInsts.begin(); in handleLongjmpableCallsForEmscriptenSjLj()
[all …]