Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp103 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 DInlineFunction.cpp2528 CI->setDoesNotThrow(); in InlineFunction()
H A DSimplifyCFG.cpp5335 CI->setDoesNotThrow(); in simplifyUnreachable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp280 F->setDoesNotThrow(); in prepareEHPads()
367 PersCI->setDoesNotThrow(); in prepareEHPad()
H A DSjLjEHPrepare.cpp469 Register->setDoesNotThrow(); in setupEntryBlockAndCallSites()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp208 TrapCall->setDoesNotThrow(); in addBoundsChecking()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp354 atexitFn->setDoesNotThrow(); in registerGlobalDtorWithAtExit()
380 cast<llvm::Function>(unatexit.getCallee())->setDoesNotThrow(); in unregisterGlobalDtorWithUnAtExit()
453 Fn->setDoesNotThrow(); in CreateGlobalInitOrCleanUpFunction()
H A DCGObjCRuntime.cpp343 CGF.Builder.CreateCall(syncEnterFn, lock)->setDoesNotThrow(); in EmitAtSynchronizedStmt()
H A DCodeGenFunction.cpp1301 F->setDoesNotThrow(); in TryMarkNoThrow()
2826 TrapCall->setDoesNotThrow(); in EmitAArch64MultiVersionResolver()
2866 TrapCall->setDoesNotThrow(); in EmitX86MultiVersionResolver()
H A DCGException.cpp1100 TypeIndex->setDoesNotThrow(); in emitWasmCatchPadBlock()
1187 typeIndex->setDoesNotThrow(); in emitCatchDispatchBlock()
H A DItaniumCXXABI.cpp2670 fn->setDoesNotThrow(); in emitGlobalDtorWithCXAAtExit()
4767 fn->setDoesNotThrow(); in getClangCallTerminateFn()
4792 catchCall->setDoesNotThrow(); in getClangCallTerminateFn()
4797 termCall->setDoesNotThrow(); in getClangCallTerminateFn()
H A DCGDecl.cpp1367 C->setDoesNotThrow(); in EmitLifetimeStart()
1377 C->setDoesNotThrow(); in EmitLifetimeEnd()
H A DCGClass.cpp1441 TrapCall->setDoesNotThrow(); in EmitDestructorBody()
H A DCGExpr.cpp3674 CheckCall->setDoesNotThrow(); in EmitCfiSlowPathCheck()
3839 TrapCall->setDoesNotThrow(); in EmitTrapCheck()
H A DCGObjCMac.cpp3002 call->setDoesNotThrow(); in EmitClassRefViaRuntime()
4370 call->setDoesNotThrow(); in emitReadHazard()
H A DMicrosoftCXXABI.cpp2358 TLRegDtorFn->setDoesNotThrow(); in emitGlobalDtorWithTLRegDtor()
H A DCGCall.cpp4741 call->setDoesNotThrow(); in EmitNounwindRuntimeCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp391 StoreStrong->setDoesNotThrow(); in tryToContractReleaseIntoStoreStrong()
H A DObjCARCOpts.cpp1033 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 DFunction.h571 void setDoesNotThrow() { in setDoesNotThrow() function
H A DInstrTypes.h1996 void setDoesNotThrow() { addFnAttr(Attribute::NoUnwind); }
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp939 GetTempRet0F->setDoesNotThrow(); in runOnModule()
940 SetTempRet0F->setDoesNotThrow(); in runOnModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1610 F.setDoesNotThrow(); in inferAttrsFromFunctionBodies()
H A DFunctionImport.cpp1424 F->setDoesNotThrow(); in thinLTOFinalizeInModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1455 CI.setDoesNotThrow(); in visitCallInst()
3691 Call.setDoesNotThrow(); in visitCallBase()

12