| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | BuildLibCalls.cpp | 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() 360 Changed |= setDoesNotThrow(F); in inferNonMandatoryLibFuncAttrs() [all …]
|
| H A D | InlineFunction.cpp | 2528 CI->setDoesNotThrow(); in InlineFunction()
|
| H A D | SimplifyCFG.cpp | 5335 CI->setDoesNotThrow(); in simplifyUnreachable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | WasmEHPrepare.cpp | 280 F->setDoesNotThrow(); in prepareEHPads() 367 PersCI->setDoesNotThrow(); in prepareEHPad()
|
| H A D | SjLjEHPrepare.cpp | 469 Register->setDoesNotThrow(); in setupEntryBlockAndCallSites()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | BoundsChecking.cpp | 208 TrapCall->setDoesNotThrow(); in addBoundsChecking()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDeclCXX.cpp | 354 atexitFn->setDoesNotThrow(); in registerGlobalDtorWithAtExit() 380 cast<llvm::Function>(unatexit.getCallee())->setDoesNotThrow(); in unregisterGlobalDtorWithUnAtExit() 453 Fn->setDoesNotThrow(); in CreateGlobalInitOrCleanUpFunction()
|
| H A D | CGObjCRuntime.cpp | 343 CGF.Builder.CreateCall(syncEnterFn, lock)->setDoesNotThrow(); in EmitAtSynchronizedStmt()
|
| H A D | CodeGenFunction.cpp | 1301 F->setDoesNotThrow(); in TryMarkNoThrow() 2826 TrapCall->setDoesNotThrow(); in EmitAArch64MultiVersionResolver() 2866 TrapCall->setDoesNotThrow(); in EmitX86MultiVersionResolver()
|
| H A D | CGException.cpp | 1100 TypeIndex->setDoesNotThrow(); in emitWasmCatchPadBlock() 1187 typeIndex->setDoesNotThrow(); in emitCatchDispatchBlock()
|
| H A D | ItaniumCXXABI.cpp | 2670 fn->setDoesNotThrow(); in emitGlobalDtorWithCXAAtExit() 4767 fn->setDoesNotThrow(); in getClangCallTerminateFn() 4792 catchCall->setDoesNotThrow(); in getClangCallTerminateFn() 4797 termCall->setDoesNotThrow(); in getClangCallTerminateFn()
|
| H A D | CGDecl.cpp | 1367 C->setDoesNotThrow(); in EmitLifetimeStart() 1377 C->setDoesNotThrow(); in EmitLifetimeEnd()
|
| H A D | CGClass.cpp | 1441 TrapCall->setDoesNotThrow(); in EmitDestructorBody()
|
| H A D | CGExpr.cpp | 3674 CheckCall->setDoesNotThrow(); in EmitCfiSlowPathCheck() 3839 TrapCall->setDoesNotThrow(); in EmitTrapCheck()
|
| H A D | CGObjCMac.cpp | 3002 call->setDoesNotThrow(); in EmitClassRefViaRuntime() 4370 call->setDoesNotThrow(); in emitReadHazard()
|
| H A D | MicrosoftCXXABI.cpp | 2358 TLRegDtorFn->setDoesNotThrow(); in emitGlobalDtorWithTLRegDtor()
|
| H A D | CGCall.cpp | 4741 call->setDoesNotThrow(); in EmitNounwindRuntimeCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCContract.cpp | 391 StoreStrong->setDoesNotThrow(); in tryToContractReleaseIntoStoreStrong()
|
| H A D | ObjCARCOpts.cpp | 1033 cast<CallInst>(Inst)->setDoesNotThrow(); in OptimizeIndividualCallImpl() 1777 Call->setDoesNotThrow(); in MoveCalls() 1795 Call->setDoesNotThrow(); in MoveCalls()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Function.h | 571 void setDoesNotThrow() { in setDoesNotThrow() function
|
| H A D | InstrTypes.h | 1996 void setDoesNotThrow() { addFnAttr(Attribute::NoUnwind); }
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 939 GetTempRet0F->setDoesNotThrow(); in runOnModule() 940 SetTempRet0F->setDoesNotThrow(); in runOnModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionAttrs.cpp | 1610 F.setDoesNotThrow(); in inferAttrsFromFunctionBodies()
|
| H A D | FunctionImport.cpp | 1424 F->setDoesNotThrow(); in thinLTOFinalizeInModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 1455 CI.setDoesNotThrow(); in visitCallInst() 3691 Call.setDoesNotThrow(); in visitCallBase()
|