Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Transforms/IPO/
HDFunctionAttrs.cpp86 void setDoesNotThrow(Function &F) { in setDoesNotThrow() function
88 F.setDoesNotThrow(); in setDoesNotThrow()
828 setDoesNotThrow(F); in inferPrototypeAttributes()
838 setDoesNotThrow(F); in inferPrototypeAttributes()
850 setDoesNotThrow(F); in inferPrototypeAttributes()
863 setDoesNotThrow(F); in inferPrototypeAttributes()
872 setDoesNotThrow(F); in inferPrototypeAttributes()
889 setDoesNotThrow(F); in inferPrototypeAttributes()
898 setDoesNotThrow(F); in inferPrototypeAttributes()
905 setDoesNotThrow(F); in inferPrototypeAttributes()
[all …]
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjCRuntime.cpp163 CGF.Builder.CreateCall(Fn)->setDoesNotThrow(); in Emit()
238 cast<llvm::CallInst>(Exn)->setDoesNotThrow(); in EmitTryCatchStmt()
307 CGF.Builder.CreateCall(SyncExitFn, SyncArg)->setDoesNotThrow(); in Emit()
331 CGF.Builder.CreateCall(syncEnterFn, lock)->setDoesNotThrow(); in EmitAtSynchronizedStmt()
HDCGDeclCXX.cpp210 atexitFn->setDoesNotThrow(); in registerGlobalDtorWithAtExit()
246 Fn->setDoesNotThrow(); in CreateGlobalInitOrDestructFunction()
HDCGException.cpp1217 typeIndex->setDoesNotThrow(); in emitCatchDispatchBlock()
1540 fn->setDoesNotThrow(); in getClangCallTerminateFn()
1563 catchCall->setDoesNotThrow(); in getClangCallTerminateFn()
1568 termCall->setDoesNotThrow(); in getClangCallTerminateFn()
HDCGDecl.cpp480 ->setDoesNotThrow(); in Emit()
926 ->setDoesNotThrow(); in EmitAutoVarAlloca()
HDCodeGenFunction.cpp671 F->setDoesNotThrow(); in TryMarkNoThrow()
HDItaniumCXXABI.cpp1485 fn->setDoesNotThrow(); in emitGlobalDtorWithCXAAtExit()
HDCGCall.cpp2091 call->setDoesNotThrow(); in EmitNounwindRuntimeCall()
HDCGExpr.cpp2220 TrapCall->setDoesNotThrow(); in EmitTrapCheck()
HDCGObjCMac.cpp3628 call->setDoesNotThrow(); in emitReadHazard()
/trueos/contrib/llvm/include/llvm/Support/
HDCallSite.h243 void setDoesNotThrow() { in setDoesNotThrow() function
244 CALLSITE_DELEGATE_SETTER(setDoesNotThrow()); in setDoesNotThrow()
/trueos/contrib/llvm/lib/Transforms/Instrumentation/
HDBoundsChecking.cpp90 TrapCall->setDoesNotThrow(); in getTrapBB()
/trueos/contrib/llvm/include/llvm/IR/
HDFunction.h269 void setDoesNotThrow() {
HDInstructions.h1332 void setDoesNotThrow() {
2969 void setDoesNotThrow() {
/trueos/contrib/llvm/lib/Transforms/ObjCARC/
HDObjCARCContract.cpp278 StoreStrong->setDoesNotThrow(); in ContractRelease()
HDObjCARCOpts.cpp1433 cast<CallInst>(Inst)->setDoesNotThrow(); in OptimizeIndividualCalls()
2315 Call->setDoesNotThrow(); in MoveCalls()
2332 Call->setDoesNotThrow(); in MoveCalls()
/trueos/contrib/llvm/lib/CodeGen/
HDSjLjEHPrepare.cpp474 Register->setDoesNotThrow(); in setupEntryBlockAndCallSites()
/trueos/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineCalls.cpp209 CI.setDoesNotThrow(); in visitCallInst()
961 CS.setDoesNotThrow(); in visitCallSite()
/trueos/contrib/llvm/lib/Transforms/Utils/
HDInlineFunction.cpp741 CI->setDoesNotThrow(); in InlineFunction()
HDCodeExtractor.cpp350 newFunction->setDoesNotThrow(); in constructFunction()