Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp922 PHINode *SetjmpRet = IRB.CreatePHI(IRB.getInt32Ty(), 2, "setjmp.ret"); in runSjLjOnFunction() local
925 SetjmpRet->addIncoming(IRB.getInt32(0), BB); in runSjLjOnFunction()
927 CI->replaceAllUsesWith(SetjmpRet); in runSjLjOnFunction()
929 SetjmpRetPHIs.push_back(SetjmpRet); in runSjLjOnFunction()