Searched refs:SetjmpRetPHIs (Results 1 – 1 of 1) sorted by relevance
340 SmallVectorImpl<PHINode *> &SetjmpRetPHIs);1309 SmallVector<PHINode *, 4> SetjmpRetPHIs; in runSjLjOnFunction() local1346 SetjmpRetPHIs.push_back(SetjmpRet); in runSjLjOnFunction()1366 F, SetjmpTableInsts, SetjmpTableSizeInsts, SetjmpRetPHIs); in runSjLjOnFunction()1369 SetjmpRetPHIs); in runSjLjOnFunction()1458 SmallVectorImpl<PHINode *> &SetjmpRetPHIs) { in handleLongjmpableCallsForEmscriptenSjLj() argument1633 for (unsigned I = 0; I < SetjmpRetPHIs.size(); I++) { in handleLongjmpableCallsForEmscriptenSjLj()1635 SetjmpRetPHIs[I]->addIncoming(LongjmpResult, EndBB); in handleLongjmpableCallsForEmscriptenSjLj()1662 SmallVectorImpl<PHINode *> &SetjmpRetPHIs) { in handleLongjmpableCallsForWasmSjLj() argument1774 for (unsigned I = 0; I < SetjmpRetPHIs.size(); I++) { in handleLongjmpableCallsForWasmSjLj()[all …]