Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp1118 SSAUpdater SetjmpTableSSA; in runSjLjOnFunction() local
1120 SetjmpTableSSA.Initialize(Type::getInt32PtrTy(C), "setjmpTable"); in runSjLjOnFunction()
1123 SetjmpTableSSA.AddAvailableValue(I->getParent(), I); in runSjLjOnFunction()
1135 SetjmpTableSSA.RewriteUse(U); in runSjLjOnFunction()