Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp966 static void setDoesNotThrow(Function &F) { in setDoesNotThrow() function
968 F.setDoesNotThrow(); in setDoesNotThrow()
1020 setDoesNotThrow(F); in inferPrototypeAttributes()
1029 setDoesNotThrow(F); in inferPrototypeAttributes()
1040 setDoesNotThrow(F); in inferPrototypeAttributes()
1052 setDoesNotThrow(F); in inferPrototypeAttributes()
1060 setDoesNotThrow(F); in inferPrototypeAttributes()
1076 setDoesNotThrow(F); in inferPrototypeAttributes()
1085 setDoesNotThrow(F); in inferPrototypeAttributes()
1092 setDoesNotThrow(F); in inferPrototypeAttributes()
[all …]
DCrossDSOCFI.cpp134 TrapCall->setDoesNotThrow(); in buildCFICheck()
/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp164 CGF.Builder.CreateCall(Fn)->setDoesNotThrow(); in Emit()
239 cast<llvm::CallInst>(Exn)->setDoesNotThrow(); in EmitTryCatchStmt()
315 CGF.Builder.CreateCall(SyncExitFn, SyncArg)->setDoesNotThrow(); in Emit()
339 CGF.Builder.CreateCall(syncEnterFn, lock)->setDoesNotThrow(); in EmitAtSynchronizedStmt()
DCGDeclCXX.cpp232 atexitFn->setDoesNotThrow(); in registerGlobalDtorWithAtExit()
268 Fn->setDoesNotThrow(); in CreateGlobalInitOrDestructFunction()
DCGDecl.cpp928 C->setDoesNotThrow(); in EmitLifetimeStart()
936 C->setDoesNotThrow(); in EmitLifetimeEnd()
DItaniumCXXABI.cpp2106 fn->setDoesNotThrow(); in emitGlobalDtorWithCXAAtExit()
3789 fn->setDoesNotThrow(); in getClangCallTerminateFn()
3814 catchCall->setDoesNotThrow(); in getClangCallTerminateFn()
3819 termCall->setDoesNotThrow(); in getClangCallTerminateFn()
DCGException.cpp978 typeIndex->setDoesNotThrow(); in emitCatchDispatchBlock()
DCodeGenFunction.cpp899 F->setDoesNotThrow(); in TryMarkNoThrow()
DCGExpr.cpp2558 CheckCall->setDoesNotThrow(); in EmitCfiSlowPathCheck()
2574 TrapCall->setDoesNotThrow(); in EmitTrapCheck()
DCGCall.cpp3038 call->setDoesNotThrow(); in EmitNounwindRuntimeCall()
DMicrosoftCXXABI.cpp2179 TLRegDtorFn->setDoesNotThrow(); in emitGlobalDtorWithTLRegDtor()
DCGObjCMac.cpp3773 call->setDoesNotThrow(); in emitReadHazard()
/external/llvm/include/llvm/IR/
DCallSite.h353 void setDoesNotThrow() { in setDoesNotThrow() function
354 CALLSITE_DELEGATE_SETTER(setDoesNotThrow()); in setDoesNotThrow()
DFunction.h322 void setDoesNotThrow() {
DInstructions.h1733 void setDoesNotThrow() {
3644 void setDoesNotThrow() {
/external/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp87 TrapCall->setDoesNotThrow(); in getTrapBB()
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp386 StoreStrong->setDoesNotThrow(); in tryToContractReleaseIntoStoreStrong()
DObjCARCOpts.cpp813 cast<CallInst>(Inst)->setDoesNotThrow(); in OptimizeIndividualCalls()
1495 Call->setDoesNotThrow(); in MoveCalls()
1509 Call->setDoesNotThrow(); in MoveCalls()
/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp463 Register->setDoesNotThrow(); in setupEntryBlockAndCallSites()
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp352 newFunction->setDoesNotThrow(); in constructFunction()
DInlineFunction.cpp1344 CI->setDoesNotThrow(); in InlineFunction()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp693 CI.setDoesNotThrow(); in visitCallInst()
2041 CS.setDoesNotThrow(); in visitCallSite()