Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1315 PHINode *SetjmpRet = IRB.CreatePHI(IRB.getInt32Ty(), 2, "setjmp.ret"); in runSjLjOnFunction() local
1318 SetjmpRet->addIncoming(IRB.getInt32(0), BB); in runSjLjOnFunction()
1320 CI->replaceAllUsesWith(SetjmpRet); in runSjLjOnFunction()
1322 SetjmpRetPHIs.push_back(SetjmpRet); in runSjLjOnFunction()