/freebsd/contrib/llvm-project/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 | 2632 CI->setDoesNotThrow(); in InlineFunction()
|
H A D | SimplifyCFG.cpp | 5403 CI->setDoesNotThrow(); in simplifyUnreachable()
|
/freebsd/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 | 467 Register->setDoesNotThrow(); in setupEntryBlockAndCallSites()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | BoundsChecking.cpp | 208 TrapCall->setDoesNotThrow(); in addBoundsChecking()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDeclCXX.cpp | 361 atexitFn->setDoesNotThrow(); in registerGlobalDtorWithAtExit() 387 cast<llvm::Function>(unatexit.getCallee())->setDoesNotThrow(); in unregisterGlobalDtorWithUnAtExit() 460 Fn->setDoesNotThrow(); in CreateGlobalInitOrCleanUpFunction()
|
H A D | CGObjCRuntime.cpp | 343 CGF.Builder.CreateCall(syncEnterFn, lock)->setDoesNotThrow(); in EmitAtSynchronizedStmt()
|
H A D | CodeGenFunction.cpp | 1376 F->setDoesNotThrow(); in TryMarkNoThrow() 2922 TrapCall->setDoesNotThrow(); in EmitAArch64MultiVersionResolver() 2962 TrapCall->setDoesNotThrow(); in EmitX86MultiVersionResolver()
|
H A D | CGException.cpp | 1101 TypeIndex->setDoesNotThrow(); in emitWasmCatchPadBlock() 1188 typeIndex->setDoesNotThrow(); in emitCatchDispatchBlock()
|
H A D | ItaniumCXXABI.cpp | 2857 fn->setDoesNotThrow(); in emitGlobalDtorWithCXAAtExit() 5042 fn->setDoesNotThrow(); in getClangCallTerminateFn() 5067 catchCall->setDoesNotThrow(); in getClangCallTerminateFn() 5072 termCall->setDoesNotThrow(); in getClangCallTerminateFn()
|
H A D | CGDecl.cpp | 1369 C->setDoesNotThrow(); in EmitLifetimeStart() 1379 C->setDoesNotThrow(); in EmitLifetimeEnd()
|
H A D | CGClass.cpp | 1450 TrapCall->setDoesNotThrow(); in EmitDestructorBody()
|
H A D | CGExpr.cpp | 3684 CheckCall->setDoesNotThrow(); in EmitCfiSlowPathCheck() 3867 TrapCall->setDoesNotThrow(); in EmitTrapCheck()
|
H A D | CGObjCMac.cpp | 3009 call->setDoesNotThrow(); in EmitClassRefViaRuntime() 4377 call->setDoesNotThrow(); in emitReadHazard()
|
H A D | MicrosoftCXXABI.cpp | 2371 TLRegDtorFn->setDoesNotThrow(); in emitGlobalDtorWithTLRegDtor()
|
H A D | CGCall.cpp | 4775 call->setDoesNotThrow(); in EmitNounwindRuntimeCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCContract.cpp | 391 StoreStrong->setDoesNotThrow(); in tryToContractReleaseIntoStoreStrong()
|
H A D | ObjCARCOpts.cpp | 1034 cast<CallInst>(Inst)->setDoesNotThrow(); in OptimizeIndividualCallImpl() 1781 Call->setDoesNotThrow(); in MoveCalls() 1801 Call->setDoesNotThrow(); in MoveCalls()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Function.h | 589 void setDoesNotThrow() { in setDoesNotThrow() function
|
H A D | InstrTypes.h | 2016 void setDoesNotThrow() { addFnAttr(Attribute::NoUnwind); }
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 932 GetTempRet0F->setDoesNotThrow(); in runOnModule() 933 SetTempRet0F->setDoesNotThrow(); in runOnModule()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 1631 F.setDoesNotThrow(); in inferAttrsFromFunctionBodies()
|
H A D | FunctionImport.cpp | 1523 F->setDoesNotThrow(); in thinLTOFinalizeInModule()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 1520 CI.setDoesNotThrow(); in visitCallInst() 3920 Call.setDoesNotThrow(); in visitCallBase()
|