Searched refs:SetjmpF (Results 1 – 1 of 1) sorted by relevance
866 Function *SetjmpF = M.getFunction("setjmp"); in nullifySetjmp() local869 for (User *U : make_early_inc_range(SetjmpF->users())) { in nullifySetjmp()893 Function *SetjmpF = M.getFunction("setjmp"); in runOnModule() local902 if (SetjmpF) { in runOnModule()903 if (SetjmpF->getFunctionType() != SetjmpF2->getFunctionType()) in runOnModule()906 SetjmpF = Function::Create(SetjmpF2->getFunctionType(), in runOnModule()909 SetjmpF2->replaceAllUsesWith(SetjmpF); in runOnModule()960 if ((EnableEmSjLj || EnableWasmSjLj) && SetjmpF) { in runOnModule()962 for (User *U : SetjmpF->users()) { in runOnModule()982 bool SetjmpUsed = SetjmpF && !SetjmpUsers.empty(); in runOnModule()[all …]