| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | BuildLibCalls.cpp | 107 F.setDoesNotThrow(); in setDoesNotThrow() 281 Changed |= setDoesNotThrow(F); in inferNonMandatoryLibFuncAttrs() 290 Changed |= setDoesNotThrow(F); in inferNonMandatoryLibFuncAttrs() 300 Changed |= setDoesNotThrow(F); in inferNonMandatoryLibFuncAttrs() 308 Changed |= setDoesNotThrow(F); in inferNonMandatoryLibFuncAttrs() 323 Changed |= setDoesNotThrow(F); in inferNonMandatoryLibFuncAttrs() 332 Changed |= setDoesNotThrow(F); in inferNonMandatoryLibFuncAttrs() 342 Changed |= setDoesNotThrow(F); in inferNonMandatoryLibFuncAttrs() 355 Changed |= setDoesNotThrow(F); in inferNonMandatoryLibFuncAttrs() 364 Changed |= setDoesNotThrow(F); in inferNonMandatoryLibFuncAttrs() [all …]
|
| H A D | InlineFunction.cpp | 2231 CI->setDoesNotThrow(); in InlineFunction()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | WasmEHPrepare.cpp | 249 F->setDoesNotThrow(); in prepareEHPads() 336 PersCI->setDoesNotThrow(); in prepareEHPad()
|
| H A D | SjLjEHPrepare.cpp | 453 Register->setDoesNotThrow(); in setupEntryBlockAndCallSites()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | BoundsChecking.cpp | 198 TrapCall->setDoesNotThrow(); in addBoundsChecking()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDeclCXX.cpp | 344 atexitFn->setDoesNotThrow(); in registerGlobalDtorWithAtExit() 370 cast<llvm::Function>(unatexit.getCallee())->setDoesNotThrow(); in unregisterGlobalDtorWithUnAtExit() 443 Fn->setDoesNotThrow(); in CreateGlobalInitOrCleanUpFunction()
|
| H A D | CGObjCRuntime.cpp | 343 CGF.Builder.CreateCall(syncEnterFn, lock)->setDoesNotThrow(); in EmitAtSynchronizedStmt()
|
| H A D | CGException.cpp | 1082 TypeIndex->setDoesNotThrow(); in emitWasmCatchPadBlock() 1163 typeIndex->setDoesNotThrow(); in emitCatchDispatchBlock()
|
| H A D | ItaniumCXXABI.cpp | 2565 fn->setDoesNotThrow(); in emitGlobalDtorWithCXAAtExit() 4660 fn->setDoesNotThrow(); in getClangCallTerminateFn() 4685 catchCall->setDoesNotThrow(); in getClangCallTerminateFn() 4690 termCall->setDoesNotThrow(); in getClangCallTerminateFn()
|
| H A D | CGDecl.cpp | 1345 C->setDoesNotThrow(); in EmitLifetimeStart() 1356 C->setDoesNotThrow(); in EmitLifetimeEnd()
|
| H A D | CodeGenFunction.cpp | 1270 F->setDoesNotThrow(); in TryMarkNoThrow() 2671 TrapCall->setDoesNotThrow(); in EmitMultiVersionResolver()
|
| H A D | CGClass.cpp | 1449 TrapCall->setDoesNotThrow(); in EmitDestructorBody()
|
| H A D | CGExpr.cpp | 3439 CheckCall->setDoesNotThrow(); in EmitCfiSlowPathCheck() 3594 TrapCall->setDoesNotThrow(); in EmitTrapCheck()
|
| H A D | CGObjCMac.cpp | 3006 call->setDoesNotThrow(); in EmitClassRefViaRuntime() 4384 call->setDoesNotThrow(); in emitReadHazard()
|
| H A D | MicrosoftCXXABI.cpp | 2337 TLRegDtorFn->setDoesNotThrow(); in emitGlobalDtorWithTLRegDtor()
|
| H A D | CGCall.cpp | 4461 call->setDoesNotThrow(); in EmitNounwindRuntimeCall()
|
| H A D | CGStmtOpenMP.cpp | 522 F->setDoesNotThrow(); in emitOutlinedFunctionPrologue()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Function.h | 558 void setDoesNotThrow() { in setDoesNotThrow() function
|
| H A D | InstrTypes.h | 1900 void setDoesNotThrow() { addFnAttr(Attribute::NoUnwind); }
|
| /llvm-project-15.0.7/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCContract.cpp | 391 StoreStrong->setDoesNotThrow(); in tryToContractReleaseIntoStoreStrong()
|
| H A D | ObjCARCOpts.cpp | 1078 cast<CallInst>(Inst)->setDoesNotThrow(); in OptimizeIndividualCallImpl() 1816 Call->setDoesNotThrow(); in MoveCalls() 1832 Call->setDoesNotThrow(); in MoveCalls()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 941 GetTempRet0F->setDoesNotThrow(); in runOnModule() 942 SetTempRet0F->setDoesNotThrow(); in runOnModule()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1074 F->setDoesNotThrow(); in thinLTOFinalizeInModule()
|
| H A D | FunctionAttrs.cpp | 1557 F.setDoesNotThrow(); in inferAttrsFromFunctionBodies()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 1149 CI.setDoesNotThrow(); in visitCallInst() 3057 Call.setDoesNotThrow(); in visitCallBase()
|