Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp67 static bool setDoesNotThrow(Function &F) { in setDoesNotThrow() function
70 F.setDoesNotThrow(); in setDoesNotThrow()
164 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes()
171 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes()
180 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes()
195 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes()
200 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes()
213 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes()
220 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes()
225 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes()
[all …]
DCodeExtractor.cpp828 newFunction->setDoesNotThrow(); in constructFunction()
DInlineFunction.cpp1972 CI->setDoesNotThrow(); in InlineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWasmEHPrepare.cpp254 F->setDoesNotThrow(); in prepareEHPads()
339 PersCI->setDoesNotThrow(); in prepareEHPad()
DSjLjEHPrepare.cpp444 Register->setDoesNotThrow(); in setupEntryBlockAndCallSites()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h521 void setDoesNotThrow() { in setDoesNotThrow() function
522 CALLSITE_DELEGATE_SETTER(setDoesNotThrow()); in setDoesNotThrow()
DFunction.h547 void setDoesNotThrow() { in setDoesNotThrow() function
DInstrTypes.h1720 void setDoesNotThrow() {
DInstructions.h3841 void setDoesNotThrow() {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp192 TrapCall->setDoesNotThrow(); in addBoundsChecking()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h369 void setDoesNotThrow() { in setDoesNotThrow() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp648 GetTempRet0Func->setDoesNotThrow(); in runOnModule()
649 SetTempRet0Func->setDoesNotThrow(); in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp1024 cast<CallInst>(Inst)->setDoesNotThrow(); in OptimizeIndividualCallImpl()
1704 Call->setDoesNotThrow(); in MoveCalls()
1720 Call->setDoesNotThrow(); in MoveCalls()
DObjCARCContract.cpp427 StoreStrong->setDoesNotThrow(); in tryToContractReleaseIntoStoreStrong()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1315 F.setDoesNotThrow(); in inferAttrsFromFunctionBodies()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1798 CI.setDoesNotThrow(); in visitCallInst()
4520 Call.setDoesNotThrow(); in visitCallBase()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp519 func->setDoesNotThrow(); in createFunction()