Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp957 std::vector<PHINode *> SetjmpRetPHIs; in runSjLjOnFunction() local
982 SetjmpRetPHIs.push_back(SetjmpRet); in runSjLjOnFunction()
988 Value *Args[] = {CI->getArgOperand(0), IRB.getInt32(SetjmpRetPHIs.size()), in runSjLjOnFunction()
1079 SwitchInst *SI = IRB.CreateSwitch(Label, Tail, SetjmpRetPHIs.size()); in runSjLjOnFunction()
1084 for (unsigned i = 0; i < SetjmpRetPHIs.size(); i++) { in runSjLjOnFunction()
1085 SI->addCase(IRB.getInt32(i + 1), SetjmpRetPHIs[i]->getParent()); in runSjLjOnFunction()
1086 SetjmpRetPHIs[i]->addIncoming(LongjmpResult, EndBB); in runSjLjOnFunction()