Searched refs:SetjmpF (Results 1 – 1 of 1) sorted by relevance
489 Function *SetjmpF = M.getFunction("setjmp"); in canLongjmp() local492 if (Callee == SetjmpF || Callee == MallocF || Callee == FreeF) in canLongjmp()685 Function *SetjmpF = M.getFunction("setjmp"); in runOnModule() local687 bool SetjmpUsed = SetjmpF && !SetjmpF->use_empty(); in runOnModule()725 FunctionType *SetjmpFTy = SetjmpF->getFunctionType(); in runOnModule()757 for (User *U : SetjmpF->users()) { in runOnModule()958 Function *SetjmpF = M.getFunction("setjmp"); in runSjLjOnFunction() local959 for (User *U : SetjmpF->users()) { in runSjLjOnFunction()