Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp932 std::vector<Instruction *> SetjmpTableInsts; in runSjLjOnFunction() local
953 SetjmpTableInsts.push_back(SetjmpTable); in runSjLjOnFunction()
994 SetjmpTableInsts.push_back(NewSetjmpTable); in runSjLjOnFunction()
1122 for (Instruction *I : SetjmpTableInsts) in runSjLjOnFunction()