| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | BuildLibCalls.cpp | 70 F.setDoesNotThrow(); in setDoesNotThrow() 146 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 153 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 162 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 174 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 179 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 192 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 199 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 204 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 209 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() [all …]
|
| H A D | CodeExtractor.cpp | 742 newFunction->setDoesNotThrow(); in constructFunction()
|
| H A D | InlineFunction.cpp | 1912 CI->setDoesNotThrow(); in InlineFunction()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | WasmEHPrepare.cpp | 281 CallPersonalityF->setDoesNotThrow(); in prepareEHPads() 378 PersCI->setDoesNotThrow(); in prepareEHPad()
|
| H A D | SjLjEHPrepare.cpp | 442 Register->setDoesNotThrow(); in setupEntryBlockAndCallSites()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | CallSite.h | 508 void setDoesNotThrow() { in setDoesNotThrow() function 509 CALLSITE_DELEGATE_SETTER(setDoesNotThrow()); in setDoesNotThrow()
|
| H A D | Function.h | 523 void setDoesNotThrow() { in setDoesNotThrow() function
|
| H A D | InstrTypes.h | 1556 void setDoesNotThrow() {
|
| H A D | Instructions.h | 3780 void setDoesNotThrow() {
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | BoundsChecking.cpp | 191 TrapCall->setDoesNotThrow(); in addBoundsChecking()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDeclCXX.cpp | 268 atexitFn->setDoesNotThrow(); in registerGlobalDtorWithAtExit() 341 Fn->setDoesNotThrow(); in CreateGlobalInitOrDestructFunction()
|
| H A D | CGObjCRuntime.cpp | 346 CGF.Builder.CreateCall(syncEnterFn, lock)->setDoesNotThrow(); in EmitAtSynchronizedStmt()
|
| H A D | ItaniumCXXABI.cpp | 2312 fn->setDoesNotThrow(); in emitGlobalDtorWithCXAAtExit() 4217 fn->setDoesNotThrow(); in getClangCallTerminateFn() 4242 catchCall->setDoesNotThrow(); in getClangCallTerminateFn() 4247 termCall->setDoesNotThrow(); in getClangCallTerminateFn()
|
| H A D | CGException.cpp | 1033 TypeIndex->setDoesNotThrow(); in emitWasmCatchPadBlock() 1114 typeIndex->setDoesNotThrow(); in emitCatchDispatchBlock()
|
| H A D | CGDecl.cpp | 1221 C->setDoesNotThrow(); in EmitLifetimeStart() 1232 C->setDoesNotThrow(); in EmitLifetimeEnd()
|
| H A D | CodeGenFunction.cpp | 1248 F->setDoesNotThrow(); in TryMarkNoThrow() 2500 TrapCall->setDoesNotThrow(); in EmitMultiVersionResolver()
|
| H A D | CGExpr.cpp | 3077 CheckCall->setDoesNotThrow(); in EmitCfiSlowPathCheck() 3214 TrapCall->setDoesNotThrow(); in EmitTrapCheck()
|
| H A D | CGClass.cpp | 1418 TrapCall->setDoesNotThrow(); in EmitDestructorBody()
|
| H A D | CGObjCMac.cpp | 2968 call->setDoesNotThrow(); in EmitClassRefViaRuntime() 4195 call->setDoesNotThrow(); in emitReadHazard()
|
| H A D | CGCall.cpp | 3692 call->setDoesNotThrow(); in EmitNounwindRuntimeCall()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 648 GetTempRet0Func->setDoesNotThrow(); in runOnModule() 649 SetTempRet0Func->setDoesNotThrow(); in runOnModule()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCOpts.cpp | 875 cast<CallInst>(Inst)->setDoesNotThrow(); in OptimizeIndividualCalls() 1533 Call->setDoesNotThrow(); in MoveCalls() 1549 Call->setDoesNotThrow(); in MoveCalls()
|
| H A D | ObjCARCContract.cpp | 414 StoreStrong->setDoesNotThrow(); in tryToContractReleaseIntoStoreStrong()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | FunctionAttrs.cpp | 1279 F.setDoesNotThrow(); in inferAttrsFromFunctionBodies()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 1843 CI.setDoesNotThrow(); in visitCallInst() 4304 CS.setDoesNotThrow(); in visitCallSite()
|