Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp100 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 DInlineFunction.cpp2632 CI->setDoesNotThrow(); in InlineFunction()
H A DSimplifyCFG.cpp5403 CI->setDoesNotThrow(); in simplifyUnreachable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp280 F->setDoesNotThrow(); in prepareEHPads()
367 PersCI->setDoesNotThrow(); in prepareEHPad()
H A DSjLjEHPrepare.cpp467 Register->setDoesNotThrow(); in setupEntryBlockAndCallSites()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp208 TrapCall->setDoesNotThrow(); in addBoundsChecking()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp361 atexitFn->setDoesNotThrow(); in registerGlobalDtorWithAtExit()
387 cast<llvm::Function>(unatexit.getCallee())->setDoesNotThrow(); in unregisterGlobalDtorWithUnAtExit()
460 Fn->setDoesNotThrow(); in CreateGlobalInitOrCleanUpFunction()
H A DCGObjCRuntime.cpp343 CGF.Builder.CreateCall(syncEnterFn, lock)->setDoesNotThrow(); in EmitAtSynchronizedStmt()
H A DCodeGenFunction.cpp1376 F->setDoesNotThrow(); in TryMarkNoThrow()
2922 TrapCall->setDoesNotThrow(); in EmitAArch64MultiVersionResolver()
2962 TrapCall->setDoesNotThrow(); in EmitX86MultiVersionResolver()
H A DCGException.cpp1101 TypeIndex->setDoesNotThrow(); in emitWasmCatchPadBlock()
1188 typeIndex->setDoesNotThrow(); in emitCatchDispatchBlock()
H A DItaniumCXXABI.cpp2857 fn->setDoesNotThrow(); in emitGlobalDtorWithCXAAtExit()
5042 fn->setDoesNotThrow(); in getClangCallTerminateFn()
5067 catchCall->setDoesNotThrow(); in getClangCallTerminateFn()
5072 termCall->setDoesNotThrow(); in getClangCallTerminateFn()
H A DCGDecl.cpp1369 C->setDoesNotThrow(); in EmitLifetimeStart()
1379 C->setDoesNotThrow(); in EmitLifetimeEnd()
H A DCGClass.cpp1450 TrapCall->setDoesNotThrow(); in EmitDestructorBody()
H A DCGExpr.cpp3684 CheckCall->setDoesNotThrow(); in EmitCfiSlowPathCheck()
3867 TrapCall->setDoesNotThrow(); in EmitTrapCheck()
H A DCGObjCMac.cpp3009 call->setDoesNotThrow(); in EmitClassRefViaRuntime()
4377 call->setDoesNotThrow(); in emitReadHazard()
H A DMicrosoftCXXABI.cpp2371 TLRegDtorFn->setDoesNotThrow(); in emitGlobalDtorWithTLRegDtor()
H A DCGCall.cpp4775 call->setDoesNotThrow(); in EmitNounwindRuntimeCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp391 StoreStrong->setDoesNotThrow(); in tryToContractReleaseIntoStoreStrong()
H A DObjCARCOpts.cpp1034 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 DFunction.h589 void setDoesNotThrow() { in setDoesNotThrow() function
H A DInstrTypes.h2016 void setDoesNotThrow() { addFnAttr(Attribute::NoUnwind); }
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp932 GetTempRet0F->setDoesNotThrow(); in runOnModule()
933 SetTempRet0F->setDoesNotThrow(); in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1631 F.setDoesNotThrow(); in inferAttrsFromFunctionBodies()
H A DFunctionImport.cpp1523 F->setDoesNotThrow(); in thinLTOFinalizeInModule()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1520 CI.setDoesNotThrow(); in visitCallInst()
3920 Call.setDoesNotThrow(); in visitCallBase()

12