Searched refs:setDoesNotThrow (Results 1 - 18 of 18) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1600 void setDoesNotThrow(Function &F);
1821 void SimplifyLibCalls::setDoesNotThrow(Function &F) { function in class:SimplifyLibCalls
1823 F.setDoesNotThrow();
1854 setDoesNotThrow(F);
1863 setDoesNotThrow(F);
1880 setDoesNotThrow(F);
1887 setDoesNotThrow(F);
1902 setDoesNotThrow(F);
1910 setDoesNotThrow(F);
1916 setDoesNotThrow(
[all...]
H A DObjCARC.cpp2352 cast<CallInst>(Inst)->setDoesNotThrow();
3113 Call->setDoesNotThrow();
3131 Call->setDoesNotThrow();
3984 StoreStrong->setDoesNotThrow();
/external/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp157 CGF.Builder.CreateCall(Fn)->setDoesNotThrow();
232 cast<llvm::CallInst>(Exn)->setDoesNotThrow();
301 CGF.Builder.CreateCall(SyncExitFn, SyncArg)->setDoesNotThrow();
325 CGF.Builder.CreateCall(syncEnterFn, lock)->setDoesNotThrow();
H A DCGException.cpp360 ->setDoesNotThrow();
445 ExceptionPtr->setDoesNotThrow();
909 CGF.Builder.CreateCall(getEndCatchFn(CGF))->setDoesNotThrow();
926 Call->setDoesNotThrow();
1071 rawAdjustedExn->setDoesNotThrow();
1201 typeIndex->setDoesNotThrow();
1478 CGF.Builder.CreateCall(BeginCatchFn, exn)->setDoesNotThrow();
1519 TerminateCall->setDoesNotThrow();
1540 TerminateCall->setDoesNotThrow();
H A DCGDeclCXX.cpp195 atexitFn->setDoesNotThrow();
197 Builder.CreateCall(atexit, dtorStub)->setDoesNotThrow();
229 Fn->setDoesNotThrow();
H A DCGObjC.cpp1741 call->setDoesNotThrow();
1766 call->setDoesNotThrow();
1802 result->setDoesNotThrow();
1829 result->setDoesNotThrow();
1948 call->setDoesNotThrow();
1976 Builder.CreateCall2(fn, addr, castValue)->setDoesNotThrow();
2132 call->setDoesNotThrow();
2164 call->setDoesNotThrow();
2186 call->setDoesNotThrow();
2771 Builder.CreateCall(extender, object)->setDoesNotThrow();
[all...]
H A DItaniumCXXABI.cpp962 ->setDoesNotThrow();
1127 fn->setDoesNotThrow();
1138 CGF.Builder.CreateCall(atexit, args)->setDoesNotThrow();
H A DCGObjCMac.cpp2830 ->setDoesNotThrow();
2857 ->setDoesNotThrow();
2934 CGF.Builder.CreateCall(WriteHazard, Locals)->setDoesNotThrow();
2939 Builder.CreateCall(ReadHazard, Locals)->setDoesNotThrow();
3145 ->setDoesNotThrow();
3188 ->setDoesNotThrow();
3197 SetJmpResult->setDoesNotThrow();
3236 Caught->setDoesNotThrow();
3258 ->setDoesNotThrow();
3263 SetJmpResult->setDoesNotThrow();
[all...]
H A DCodeGenFunction.cpp488 F->setDoesNotThrow(true);
H A DCGExpr.cpp1950 TrapCall->setDoesNotThrow();
/external/llvm/include/llvm/Support/
H A DCallSite.h238 void setDoesNotThrow(bool doesNotThrow = true) { function in class:llvm::CallSiteBase
239 CALLSITE_DELEGATE_SETTER(setDoesNotThrow(doesNotThrow));
/external/llvm/include/llvm/
H A DFunction.h245 void setDoesNotThrow(bool DoesNotThrow = true) { function in class:llvm::Function
H A DInstructions.h1326 void setDoesNotThrow(bool DoesNotThrow = true) { function in class:llvm::CallInst
3079 void setDoesNotThrow(bool DoesNotThrow = true) { function in class:llvm::InvokeInst
/external/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp91 TrapCall->setDoesNotThrow();
/external/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp461 Register->setDoesNotThrow();
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp178 CI.setDoesNotThrow();
960 CS.setDoesNotThrow();
/external/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp349 newFunction->setDoesNotThrow(true);
H A DInlineFunction.cpp711 CI->setDoesNotThrow();

Completed in 302 milliseconds