Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp338 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()
[all …]