Searched refs:SetjmpF (Results 1 – 1 of 1) sorted by relevance
861 Function *SetjmpF = M.getFunction("setjmp"); in nullifySetjmp() local864 for (User *U : make_early_inc_range(SetjmpF->users())) { in nullifySetjmp()888 Function *SetjmpF = M.getFunction("setjmp"); in runOnModule() local897 if (SetjmpF) { in runOnModule()898 if (SetjmpF->getFunctionType() != SetjmpF2->getFunctionType()) in runOnModule()901 SetjmpF = Function::Create(SetjmpF2->getFunctionType(), in runOnModule()904 SetjmpF2->replaceAllUsesWith(SetjmpF); in runOnModule()955 if ((EnableEmSjLj || EnableWasmSjLj) && SetjmpF) { in runOnModule()957 for (User *U : SetjmpF->users()) { in runOnModule()977 bool SetjmpUsed = SetjmpF && !SetjmpUsers.empty(); in runOnModule()[all …]