Searched refs:SetjmpRet (Results 1 – 1 of 1) sorted by relevance
1310 PHINode *SetjmpRet = IRB.CreatePHI(IRB.getInt32Ty(), 2, "setjmp.ret"); in runSjLjOnFunction() local1313 SetjmpRet->addIncoming(IRB.getInt32(0), BB); in runSjLjOnFunction()1315 CI->replaceAllUsesWith(SetjmpRet); in runSjLjOnFunction()1317 SetjmpRetPHIs.push_back(SetjmpRet); in runSjLjOnFunction()