Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp975 PHINode *SetjmpRet = IRB.CreatePHI(IRB.getInt32Ty(), 2, "setjmp.ret"); in runSjLjOnFunction() local
978 SetjmpRet->addIncoming(IRB.getInt32(0), BB); in runSjLjOnFunction()
980 CI->replaceAllUsesWith(SetjmpRet); in runSjLjOnFunction()
982 SetjmpRetPHIs.push_back(SetjmpRet); in runSjLjOnFunction()