Home
last modified time | relevance | path

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

12

/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp66 static bool setDoesNotThrow(Function &F) { in setDoesNotThrow() function
69 F.setDoesNotThrow(); in setDoesNotThrow()
118 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes()
124 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes()
133 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes()
143 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes()
148 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes()
161 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes()
168 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes()
173 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes()
[all …]
DCodeExtractor.cpp341 newFunction->setDoesNotThrow(); in constructFunction()
DInlineFunction.cpp1693 CI->setDoesNotThrow(); in InlineFunction()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSimplifyLibCalls.cpp1480 void setDoesNotThrow(Function &F);
1669 void SimplifyLibCalls::setDoesNotThrow(Function &F) { in setDoesNotThrow() function in SimplifyLibCalls
1671 F.setDoesNotThrow(); in setDoesNotThrow()
1702 setDoesNotThrow(F); in inferPrototypeAttributes()
1711 setDoesNotThrow(F); in inferPrototypeAttributes()
1727 setDoesNotThrow(F); in inferPrototypeAttributes()
1734 setDoesNotThrow(F); in inferPrototypeAttributes()
1749 setDoesNotThrow(F); in inferPrototypeAttributes()
1757 setDoesNotThrow(F); in inferPrototypeAttributes()
1763 setDoesNotThrow(F); in inferPrototypeAttributes()
[all …]
DObjCARC.cpp2088 cast<CallInst>(Inst)->setDoesNotThrow(); in OptimizeIndividualCalls()
2693 Call->setDoesNotThrow(); in MoveCalls()
2724 Call->setDoesNotThrow(); in MoveCalls()
3547 StoreStrong->setDoesNotThrow(); in ContractRelease()
/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp163 CGF.Builder.CreateCall(Fn)->setDoesNotThrow(); in Emit()
238 cast<llvm::CallInst>(Exn)->setDoesNotThrow(); in EmitTryCatchStmt()
314 CGF.Builder.CreateCall(SyncExitFn, SyncArg)->setDoesNotThrow(); in Emit()
338 CGF.Builder.CreateCall(syncEnterFn, lock)->setDoesNotThrow(); in EmitAtSynchronizedStmt()
DCGDeclCXX.cpp240 atexitFn->setDoesNotThrow(); in registerGlobalDtorWithAtExit()
276 Fn->setDoesNotThrow(); in CreateGlobalInitOrDestructFunction()
DCGDecl.cpp939 C->setDoesNotThrow(); in EmitLifetimeStart()
947 C->setDoesNotThrow(); in EmitLifetimeEnd()
DItaniumCXXABI.cpp2116 fn->setDoesNotThrow(); in emitGlobalDtorWithCXAAtExit()
3827 fn->setDoesNotThrow(); in getClangCallTerminateFn()
3852 catchCall->setDoesNotThrow(); in getClangCallTerminateFn()
3857 termCall->setDoesNotThrow(); in getClangCallTerminateFn()
DCGException.cpp980 typeIndex->setDoesNotThrow(); in emitCatchDispatchBlock()
DCodeGenFunction.cpp950 F->setDoesNotThrow(); in TryMarkNoThrow()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCallSite.h233 void setDoesNotThrow(bool doesNotThrow = true) {
234 CALLSITE_DELEGATE_SETTER(setDoesNotThrow(doesNotThrow));
/external/llvm/include/llvm/IR/
DCallSite.h453 void setDoesNotThrow() { in setDoesNotThrow() function
454 CALLSITE_DELEGATE_SETTER(setDoesNotThrow()); in setDoesNotThrow()
DFunction.h346 void setDoesNotThrow() {
/external/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp87 TrapCall->setDoesNotThrow(); in getTrapBB()
/external/swiftshader/third_party/LLVM/include/llvm/
DFunction.h249 void setDoesNotThrow(bool DoesNotThrow = true) {
DInstructions.h1306 void setDoesNotThrow(bool DoesNotThrow = true) {
2778 void setDoesNotThrow(bool DoesNotThrow = true) {
/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp432 Register->setDoesNotThrow(); in setupEntryBlockAndCallSites()
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp387 StoreStrong->setDoesNotThrow(); in tryToContractReleaseIntoStoreStrong()
DObjCARCOpts.cpp813 cast<CallInst>(Inst)->setDoesNotThrow(); in OptimizeIndividualCalls()
1492 Call->setDoesNotThrow(); in MoveCalls()
1506 Call->setDoesNotThrow(); in MoveCalls()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSjLjEHPrepare.cpp663 Register->setDoesNotThrow(); in insertSjLjEHSupport()
1009 Register->setDoesNotThrow(); in setupEntryBlockAndCallSites()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp182 CI.setDoesNotThrow(); in visitCallInst()
978 CS.setDoesNotThrow(); in visitCallSite()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCodeExtractor.cpp303 newFunction->setDoesNotThrow(true); in constructFunction()
DInlineFunction.cpp1130 CI->setDoesNotThrow(); in InlineFunction()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1256 CI.setDoesNotThrow(); in visitCallInst()
2596 CS.setDoesNotThrow(); in visitCallSite()

12