Searched refs:SetjmpUsers (Results 1 – 1 of 1) sorted by relevance
239 SmallPtrSet<Function *, 8> SetjmpUsers; member in __anon7e5de7080111::WebAssemblyLowerEmscriptenEHSjLj767 SetjmpUsers.insert(UI->getFunction()); in runOnModule()789 for (Function *F : SetjmpUsers) in runOnModule()854 if (DoSjLj && !SetjmpUsers.count(&F) && canLongjmp(M, Callee)) { in runEHOnFunction()