Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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.cpp2468 CI->setDoesNotThrow(); in InlineFunction()
H A DSimplifyCFG.cpp5193 CI->setDoesNotThrow(); in simplifyUnreachable()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp248 F->setDoesNotThrow(); in prepareEHPads()
335 PersCI->setDoesNotThrow(); in prepareEHPad()
H A DSjLjEHPrepare.cpp453 Register->setDoesNotThrow(); in setupEntryBlockAndCallSites()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp199 TrapCall->setDoesNotThrow(); in addBoundsChecking()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDeclCXX.cpp345 atexitFn->setDoesNotThrow(); in registerGlobalDtorWithAtExit()
371 cast<llvm::Function>(unatexit.getCallee())->setDoesNotThrow(); in unregisterGlobalDtorWithUnAtExit()
444 Fn->setDoesNotThrow(); in CreateGlobalInitOrCleanUpFunction()
H A DCGObjCRuntime.cpp345 CGF.Builder.CreateCall(syncEnterFn, lock)->setDoesNotThrow(); in EmitAtSynchronizedStmt()
H A DCodeGenFunction.cpp1293 F->setDoesNotThrow(); in TryMarkNoThrow()
2746 TrapCall->setDoesNotThrow(); in EmitAArch64MultiVersionResolver()
2786 TrapCall->setDoesNotThrow(); in EmitX86MultiVersionResolver()
H A DCGException.cpp1082 TypeIndex->setDoesNotThrow(); in emitWasmCatchPadBlock()
1163 typeIndex->setDoesNotThrow(); in emitCatchDispatchBlock()
H A DItaniumCXXABI.cpp2590 fn->setDoesNotThrow(); in emitGlobalDtorWithCXAAtExit()
4691 fn->setDoesNotThrow(); in getClangCallTerminateFn()
4716 catchCall->setDoesNotThrow(); in getClangCallTerminateFn()
4721 termCall->setDoesNotThrow(); in getClangCallTerminateFn()
H A DCGDecl.cpp1349 C->setDoesNotThrow(); in EmitLifetimeStart()
1360 C->setDoesNotThrow(); in EmitLifetimeEnd()
H A DCGClass.cpp1450 TrapCall->setDoesNotThrow(); in EmitDestructorBody()
H A DCGExpr.cpp3413 CheckCall->setDoesNotThrow(); in EmitCfiSlowPathCheck()
3569 TrapCall->setDoesNotThrow(); in EmitTrapCheck()
H A DCGObjCMac.cpp3011 call->setDoesNotThrow(); in EmitClassRefViaRuntime()
4392 call->setDoesNotThrow(); in emitReadHazard()
H A DMicrosoftCXXABI.cpp2346 TLRegDtorFn->setDoesNotThrow(); in emitGlobalDtorWithTLRegDtor()
H A DCGCall.cpp4511 call->setDoesNotThrow(); in EmitNounwindRuntimeCall()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp391 StoreStrong->setDoesNotThrow(); in tryToContractReleaseIntoStoreStrong()
H A DObjCARCOpts.cpp1031 cast<CallInst>(Inst)->setDoesNotThrow(); in OptimizeIndividualCallImpl()
1775 Call->setDoesNotThrow(); in MoveCalls()
1793 Call->setDoesNotThrow(); in MoveCalls()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFunction.h538 void setDoesNotThrow() { in setDoesNotThrow() function
H A DInstrTypes.h1900 void setDoesNotThrow() { addFnAttr(Attribute::NoUnwind); }
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp939 GetTempRet0F->setDoesNotThrow(); in runOnModule()
940 SetTempRet0F->setDoesNotThrow(); in runOnModule()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1075 F->setDoesNotThrow(); in thinLTOFinalizeInModule()
H A DFunctionAttrs.cpp1470 F.setDoesNotThrow(); in inferAttrsFromFunctionBodies()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1168 CI.setDoesNotThrow(); in visitCallInst()
3232 Call.setDoesNotThrow(); in visitCallBase()

12