Home
last modified time | relevance | path

Searched refs:setDoesNotThrow (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp107 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 DInlineFunction.cpp2231 CI->setDoesNotThrow(); in InlineFunction()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp249 F->setDoesNotThrow(); in prepareEHPads()
336 PersCI->setDoesNotThrow(); in prepareEHPad()
H A DSjLjEHPrepare.cpp453 Register->setDoesNotThrow(); in setupEntryBlockAndCallSites()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp198 TrapCall->setDoesNotThrow(); in addBoundsChecking()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDeclCXX.cpp344 atexitFn->setDoesNotThrow(); in registerGlobalDtorWithAtExit()
370 cast<llvm::Function>(unatexit.getCallee())->setDoesNotThrow(); in unregisterGlobalDtorWithUnAtExit()
443 Fn->setDoesNotThrow(); in CreateGlobalInitOrCleanUpFunction()
H A DCGObjCRuntime.cpp343 CGF.Builder.CreateCall(syncEnterFn, lock)->setDoesNotThrow(); in EmitAtSynchronizedStmt()
H A DCGException.cpp1082 TypeIndex->setDoesNotThrow(); in emitWasmCatchPadBlock()
1163 typeIndex->setDoesNotThrow(); in emitCatchDispatchBlock()
H A DItaniumCXXABI.cpp2565 fn->setDoesNotThrow(); in emitGlobalDtorWithCXAAtExit()
4660 fn->setDoesNotThrow(); in getClangCallTerminateFn()
4685 catchCall->setDoesNotThrow(); in getClangCallTerminateFn()
4690 termCall->setDoesNotThrow(); in getClangCallTerminateFn()
H A DCGDecl.cpp1345 C->setDoesNotThrow(); in EmitLifetimeStart()
1356 C->setDoesNotThrow(); in EmitLifetimeEnd()
H A DCodeGenFunction.cpp1270 F->setDoesNotThrow(); in TryMarkNoThrow()
2671 TrapCall->setDoesNotThrow(); in EmitMultiVersionResolver()
H A DCGClass.cpp1449 TrapCall->setDoesNotThrow(); in EmitDestructorBody()
H A DCGExpr.cpp3439 CheckCall->setDoesNotThrow(); in EmitCfiSlowPathCheck()
3594 TrapCall->setDoesNotThrow(); in EmitTrapCheck()
H A DCGObjCMac.cpp3006 call->setDoesNotThrow(); in EmitClassRefViaRuntime()
4384 call->setDoesNotThrow(); in emitReadHazard()
H A DMicrosoftCXXABI.cpp2337 TLRegDtorFn->setDoesNotThrow(); in emitGlobalDtorWithTLRegDtor()
H A DCGCall.cpp4461 call->setDoesNotThrow(); in EmitNounwindRuntimeCall()
H A DCGStmtOpenMP.cpp522 F->setDoesNotThrow(); in emitOutlinedFunctionPrologue()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFunction.h558 void setDoesNotThrow() { in setDoesNotThrow() function
H A DInstrTypes.h1900 void setDoesNotThrow() { addFnAttr(Attribute::NoUnwind); }
/llvm-project-15.0.7/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp391 StoreStrong->setDoesNotThrow(); in tryToContractReleaseIntoStoreStrong()
H A DObjCARCOpts.cpp1078 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 DWebAssemblyLowerEmscriptenEHSjLj.cpp941 GetTempRet0F->setDoesNotThrow(); in runOnModule()
942 SetTempRet0F->setDoesNotThrow(); in runOnModule()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1074 F->setDoesNotThrow(); in thinLTOFinalizeInModule()
H A DFunctionAttrs.cpp1557 F.setDoesNotThrow(); in inferAttrsFromFunctionBodies()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1149 CI.setDoesNotThrow(); in visitCallInst()
3057 Call.setDoesNotThrow(); in visitCallBase()

12