Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp86 void setDoesNotThrow(Function &F) { in setDoesNotThrow() function
88 F.setDoesNotThrow(); in setDoesNotThrow()
826 setDoesNotThrow(F); in inferPrototypeAttributes()
836 setDoesNotThrow(F); in inferPrototypeAttributes()
848 setDoesNotThrow(F); in inferPrototypeAttributes()
861 setDoesNotThrow(F); in inferPrototypeAttributes()
870 setDoesNotThrow(F); in inferPrototypeAttributes()
887 setDoesNotThrow(F); in inferPrototypeAttributes()
896 setDoesNotThrow(F); in inferPrototypeAttributes()
903 setDoesNotThrow(F); in inferPrototypeAttributes()
[all …]
/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp162 CGF.Builder.CreateCall(Fn)->setDoesNotThrow(); in Emit()
237 cast<llvm::CallInst>(Exn)->setDoesNotThrow(); in EmitTryCatchStmt()
306 CGF.Builder.CreateCall(SyncExitFn, SyncArg)->setDoesNotThrow(); in Emit()
330 CGF.Builder.CreateCall(syncEnterFn, lock)->setDoesNotThrow(); in EmitAtSynchronizedStmt()
DCGDeclCXX.cpp207 atexitFn->setDoesNotThrow(); in registerGlobalDtorWithAtExit()
243 Fn->setDoesNotThrow(); in CreateGlobalInitOrDestructFunction()
DCGException.cpp1216 typeIndex->setDoesNotThrow(); in emitCatchDispatchBlock()
1539 fn->setDoesNotThrow(); in getClangCallTerminateFn()
1562 catchCall->setDoesNotThrow(); in getClangCallTerminateFn()
1567 termCall->setDoesNotThrow(); in getClangCallTerminateFn()
DCGDecl.cpp478 ->setDoesNotThrow(); in Emit()
924 ->setDoesNotThrow(); in EmitAutoVarAlloca()
DCodeGenFunction.cpp655 F->setDoesNotThrow(); in TryMarkNoThrow()
DItaniumCXXABI.cpp1263 fn->setDoesNotThrow(); in emitGlobalDtorWithCXAAtExit()
DCGCall.cpp2097 call->setDoesNotThrow(); in EmitNounwindRuntimeCall()
DCGExpr.cpp2186 TrapCall->setDoesNotThrow(); in EmitTrapCheck()
DCGObjCMac.cpp3627 call->setDoesNotThrow(); in emitReadHazard()
/external/llvm/include/llvm/Support/
DCallSite.h243 void setDoesNotThrow() { in setDoesNotThrow() function
244 CALLSITE_DELEGATE_SETTER(setDoesNotThrow()); in setDoesNotThrow()
/external/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp90 TrapCall->setDoesNotThrow(); in getTrapBB()
/external/llvm/include/llvm/IR/
DFunction.h269 void setDoesNotThrow() {
DInstructions.h1340 void setDoesNotThrow() {
3091 void setDoesNotThrow() {
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp278 StoreStrong->setDoesNotThrow(); in ContractRelease()
DObjCARCOpts.cpp1547 cast<CallInst>(Inst)->setDoesNotThrow(); in OptimizeIndividualCalls()
2429 Call->setDoesNotThrow(); in MoveCalls()
2446 Call->setDoesNotThrow(); in MoveCalls()
/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp473 Register->setDoesNotThrow(); in setupEntryBlockAndCallSites()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp209 CI.setDoesNotThrow(); in visitCallInst()
961 CS.setDoesNotThrow(); in visitCallSite()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp740 CI->setDoesNotThrow(); in InlineFunction()
DCodeExtractor.cpp350 newFunction->setDoesNotThrow(); in constructFunction()