HomeSort by relevance Sort by last modified time
    Searched refs:setDoesNotThrow (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 66 static bool setDoesNotThrow(Function &F) {
69 F.setDoesNotThrow();
118 Changed |= setDoesNotThrow(F);
124 Changed |= setDoesNotThrow(F);
133 Changed |= setDoesNotThrow(F);
143 Changed |= setDoesNotThrow(F);
148 Changed |= setDoesNotThrow(F);
161 Changed |= setDoesNotThrow(F);
168 Changed |= setDoesNotThrow(F);
173 Changed |= setDoesNotThrow(F)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
elemental_ir_emitter.cc 59 function->setDoesNotThrow();
98 function->setDoesNotThrow();
ir_function.cc 262 fork_join_func->setDoesNotThrow();
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 163 CGF.Builder.CreateCall(Fn)->setDoesNotThrow();
238 cast<llvm::CallInst>(Exn)->setDoesNotThrow();
314 CGF.Builder.CreateCall(SyncExitFn, SyncArg)->setDoesNotThrow();
338 CGF.Builder.CreateCall(syncEnterFn, lock)->setDoesNotThrow();
CGDeclCXX.cpp 240 atexitFn->setDoesNotThrow();
276 Fn->setDoesNotThrow();
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CallSite.h 233 void setDoesNotThrow(bool doesNotThrow = true) {
234 CALLSITE_DELEGATE_SETTER(setDoesNotThrow(doesNotThrow));
  /external/llvm/include/llvm/IR/
CallSite.h 453 void setDoesNotThrow() {
454 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
Function.h 346 void setDoesNotThrow() {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 466 void setDoesNotThrow() {
467 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 466 void setDoesNotThrow() {
467 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 87 TrapCall->setDoesNotThrow();
  /external/swiftshader/third_party/LLVM/include/llvm/
Function.h 249 void setDoesNotThrow(bool DoesNotThrow = true) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
CallSite.h 482 void setDoesNotThrow() {
483 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
CallSite.h 482 void setDoesNotThrow() {
483 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
CallSite.h 490 void setDoesNotThrow() {
491 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
CallSite.h 490 void setDoesNotThrow() {
491 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
CallSite.h 490 void setDoesNotThrow() {
491 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
CallSite.h 490 void setDoesNotThrow() {
491 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
CallSite.h 482 void setDoesNotThrow() {
483 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
CallSite.h 482 void setDoesNotThrow() {
483 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
CallSite.h 490 void setDoesNotThrow() {
491 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
CallSite.h 490 void setDoesNotThrow() {
491 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
CallSite.h 490 void setDoesNotThrow() {
491 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
CallSite.h 490 void setDoesNotThrow() {
491 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());

Completed in 1726 milliseconds

1 2 3 4