| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | BuildLibCalls.cpp | 100 static bool setDoesNotThrow(Function &F) { in setDoesNotThrow() function 103 F.setDoesNotThrow(); in setDoesNotThrow() 277 Changed |= setDoesNotThrow(F); in inferNonMandatoryLibFuncAttrs() 286 Changed |= setDoesNotThrow(F); in inferNonMandatoryLibFuncAttrs() 296 Changed |= setDoesNotThrow(F); in inferNonMandatoryLibFuncAttrs() 304 Changed |= setDoesNotThrow(F); in inferNonMandatoryLibFuncAttrs() 319 Changed |= setDoesNotThrow(F); in inferNonMandatoryLibFuncAttrs() 328 Changed |= setDoesNotThrow(F); in inferNonMandatoryLibFuncAttrs() 338 Changed |= setDoesNotThrow(F); in inferNonMandatoryLibFuncAttrs() 351 Changed |= setDoesNotThrow(F); in inferNonMandatoryLibFuncAttrs() [all …]
|
| H A D | InlineFunction.cpp | 2468 CI->setDoesNotThrow(); in InlineFunction()
|
| H A D | SimplifyCFG.cpp | 5193 CI->setDoesNotThrow(); in simplifyUnreachable()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | WasmEHPrepare.cpp | 248 F->setDoesNotThrow(); in prepareEHPads() 335 PersCI->setDoesNotThrow(); in prepareEHPad()
|
| H A D | SjLjEHPrepare.cpp | 453 Register->setDoesNotThrow(); in setupEntryBlockAndCallSites()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | BoundsChecking.cpp | 199 TrapCall->setDoesNotThrow(); in addBoundsChecking()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGDeclCXX.cpp | 345 atexitFn->setDoesNotThrow(); in registerGlobalDtorWithAtExit() 371 cast<llvm::Function>(unatexit.getCallee())->setDoesNotThrow(); in unregisterGlobalDtorWithUnAtExit() 444 Fn->setDoesNotThrow(); in CreateGlobalInitOrCleanUpFunction()
|
| H A D | CGObjCRuntime.cpp | 345 CGF.Builder.CreateCall(syncEnterFn, lock)->setDoesNotThrow(); in EmitAtSynchronizedStmt()
|
| H A D | CodeGenFunction.cpp | 1293 F->setDoesNotThrow(); in TryMarkNoThrow() 2746 TrapCall->setDoesNotThrow(); in EmitAArch64MultiVersionResolver() 2786 TrapCall->setDoesNotThrow(); in EmitX86MultiVersionResolver()
|
| H A D | CGException.cpp | 1082 TypeIndex->setDoesNotThrow(); in emitWasmCatchPadBlock() 1163 typeIndex->setDoesNotThrow(); in emitCatchDispatchBlock()
|
| H A D | ItaniumCXXABI.cpp | 2590 fn->setDoesNotThrow(); in emitGlobalDtorWithCXAAtExit() 4691 fn->setDoesNotThrow(); in getClangCallTerminateFn() 4716 catchCall->setDoesNotThrow(); in getClangCallTerminateFn() 4721 termCall->setDoesNotThrow(); in getClangCallTerminateFn()
|
| H A D | CGDecl.cpp | 1349 C->setDoesNotThrow(); in EmitLifetimeStart() 1360 C->setDoesNotThrow(); in EmitLifetimeEnd()
|
| H A D | CGClass.cpp | 1450 TrapCall->setDoesNotThrow(); in EmitDestructorBody()
|
| H A D | CGExpr.cpp | 3413 CheckCall->setDoesNotThrow(); in EmitCfiSlowPathCheck() 3569 TrapCall->setDoesNotThrow(); in EmitTrapCheck()
|
| H A D | CGObjCMac.cpp | 3011 call->setDoesNotThrow(); in EmitClassRefViaRuntime() 4392 call->setDoesNotThrow(); in emitReadHazard()
|
| H A D | MicrosoftCXXABI.cpp | 2346 TLRegDtorFn->setDoesNotThrow(); in emitGlobalDtorWithTLRegDtor()
|
| H A D | CGCall.cpp | 4511 call->setDoesNotThrow(); in EmitNounwindRuntimeCall()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCContract.cpp | 391 StoreStrong->setDoesNotThrow(); in tryToContractReleaseIntoStoreStrong()
|
| H A D | ObjCARCOpts.cpp | 1031 cast<CallInst>(Inst)->setDoesNotThrow(); in OptimizeIndividualCallImpl() 1775 Call->setDoesNotThrow(); in MoveCalls() 1793 Call->setDoesNotThrow(); in MoveCalls()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Function.h | 538 void setDoesNotThrow() { in setDoesNotThrow() function
|
| H A D | InstrTypes.h | 1900 void setDoesNotThrow() { addFnAttr(Attribute::NoUnwind); }
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 939 GetTempRet0F->setDoesNotThrow(); in runOnModule() 940 SetTempRet0F->setDoesNotThrow(); in runOnModule()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1075 F->setDoesNotThrow(); in thinLTOFinalizeInModule()
|
| H A D | FunctionAttrs.cpp | 1470 F.setDoesNotThrow(); in inferAttrsFromFunctionBodies()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 1168 CI.setDoesNotThrow(); in visitCallInst() 3232 Call.setDoesNotThrow(); in visitCallBase()
|