Searched refs:SetjmpRetPHIs (Results 1 – 1 of 1) sorted by relevance
333 SmallVectorImpl<PHINode *> &SetjmpRetPHIs);337 SmallVectorImpl<PHINode *> &SetjmpRetPHIs);1285 SmallVector<PHINode *, 4> SetjmpRetPHIs; in runSjLjOnFunction() local1322 SetjmpRetPHIs.push_back(SetjmpRet); in runSjLjOnFunction()1328 Value *Args[] = {CI->getArgOperand(0), IRB.getInt32(SetjmpRetPHIs.size()), in runSjLjOnFunction()1337 SetjmpRetPHIs); in runSjLjOnFunction()1339 handleLongjmpableCallsForWasmSjLj(F, FunctionInvocationId, SetjmpRetPHIs); in runSjLjOnFunction()1364 SmallVectorImpl<PHINode *> &SetjmpRetPHIs) { in handleLongjmpableCallsForEmscriptenSjLj() argument1525 SwitchInst *SI = IRB.CreateSwitch(Label, Tail, SetjmpRetPHIs.size()); in handleLongjmpableCallsForEmscriptenSjLj()1530 for (unsigned I = 0; I < SetjmpRetPHIs.size(); I++) { in handleLongjmpableCallsForEmscriptenSjLj()[all …]