Searched refs:SetjmpRetPHIs (Results 1 – 1 of 1) sorted by relevance
339 SmallVectorImpl<PHINode *> &SetjmpRetPHIs);1310 SmallVector<PHINode *, 4> SetjmpRetPHIs; in runSjLjOnFunction() local1347 SetjmpRetPHIs.push_back(SetjmpRet); in runSjLjOnFunction()1367 F, SetjmpTableInsts, SetjmpTableSizeInsts, SetjmpRetPHIs); in runSjLjOnFunction()1370 SetjmpRetPHIs); in runSjLjOnFunction()1464 SmallVectorImpl<PHINode *> &SetjmpRetPHIs) { in handleLongjmpableCallsForEmscriptenSjLj() argument1639 for (unsigned I = 0; I < SetjmpRetPHIs.size(); I++) { in handleLongjmpableCallsForEmscriptenSjLj()1641 SetjmpRetPHIs[I]->addIncoming(LongjmpResult, EndBB); in handleLongjmpableCallsForEmscriptenSjLj()1668 SmallVectorImpl<PHINode *> &SetjmpRetPHIs) { in handleLongjmpableCallsForWasmSjLj() argument1782 for (unsigned I = 0; I < SetjmpRetPHIs.size(); I++) { in handleLongjmpableCallsForWasmSjLj()[all …]