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

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CallSite.h 222 bool doesNotReturn() const {
223 CALLSITE_DELEGATE_GETTER(doesNotReturn());
225 void setDoesNotReturn(bool doesNotReturn = true) {
226 CALLSITE_DELEGATE_SETTER(setDoesNotReturn(doesNotReturn));
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 98 SCCMightReturn |= !F->doesNotReturn();
101 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn();
211 if (CI->doesNotReturn() && !isa<UnreachableInst>(I)) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
PruneEH.cpp 93 SCCMightReturn |= !F->doesNotReturn();
96 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn();
210 if (CI->doesNotReturn() && !isa<UnreachableInst>(I)) {
  /external/llvm/include/llvm/CodeGen/
FastISel.h 66 bool DoesNotReturn : 1;
93 IsInReg(false), DoesNotReturn(false), IsReturnValueUsed(true),
105 DoesNotReturn = Call.doesNotReturn();
129 DoesNotReturn = Call.doesNotReturn();
  /external/llvm/include/llvm/IR/
CallSite.h 442 bool doesNotReturn() const {
443 CALLSITE_DELEGATE_GETTER(doesNotReturn());
Function.h 335 bool doesNotReturn() const {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 52 bool DoesNotReturn : 1;
78 DoesNotReturn(false), IsReturnValueUsed(true), IsPatchPoint(false) {}
87 DoesNotReturn = Call.doesNotReturn();
111 DoesNotReturn = Call.doesNotReturn();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 455 bool doesNotReturn() const {
456 CALLSITE_DELEGATE_GETTER(doesNotReturn());
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 52 bool DoesNotReturn : 1;
78 DoesNotReturn(false), IsReturnValueUsed(true), IsPatchPoint(false) {}
87 DoesNotReturn = Call.doesNotReturn();
111 DoesNotReturn = Call.doesNotReturn();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 455 bool doesNotReturn() const {
456 CALLSITE_DELEGATE_GETTER(doesNotReturn());
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 52 bool DoesNotReturn : 1;
78 DoesNotReturn(false), IsReturnValueUsed(true), IsPatchPoint(false) {}
87 DoesNotReturn = Call.doesNotReturn();
111 DoesNotReturn = Call.doesNotReturn();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 455 bool doesNotReturn() const {
456 CALLSITE_DELEGATE_GETTER(doesNotReturn());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 52 bool DoesNotReturn : 1;
78 DoesNotReturn(false), IsReturnValueUsed(true), IsPatchPoint(false) {}
87 DoesNotReturn = Call.doesNotReturn();
111 DoesNotReturn = Call.doesNotReturn();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 455 bool doesNotReturn() const {
456 CALLSITE_DELEGATE_GETTER(doesNotReturn());
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 52 bool DoesNotReturn : 1;
78 DoesNotReturn(false), IsReturnValueUsed(true), IsPatchPoint(false) {}
87 DoesNotReturn = Call.doesNotReturn();
111 DoesNotReturn = Call.doesNotReturn();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 455 bool doesNotReturn() const {
456 CALLSITE_DELEGATE_GETTER(doesNotReturn());
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 52 bool DoesNotReturn : 1;
78 DoesNotReturn(false), IsReturnValueUsed(true), IsPatchPoint(false) {}
87 DoesNotReturn = Call.doesNotReturn();
111 DoesNotReturn = Call.doesNotReturn();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 455 bool doesNotReturn() const {
456 CALLSITE_DELEGATE_GETTER(doesNotReturn());
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 52 bool DoesNotReturn : 1;
78 DoesNotReturn(false), IsReturnValueUsed(true), IsPatchPoint(false) {}
87 DoesNotReturn = Call.doesNotReturn();
111 DoesNotReturn = Call.doesNotReturn();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 455 bool doesNotReturn() const {
456 CALLSITE_DELEGATE_GETTER(doesNotReturn());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 52 bool DoesNotReturn : 1;
78 DoesNotReturn(false), IsReturnValueUsed(true), IsPatchPoint(false) {}
87 DoesNotReturn = Call.doesNotReturn();
111 DoesNotReturn = Call.doesNotReturn();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 455 bool doesNotReturn() const {
456 CALLSITE_DELEGATE_GETTER(doesNotReturn());
  /external/swiftshader/third_party/LLVM/include/llvm/
Function.h 237 bool doesNotReturn() const {
240 void setDoesNotReturn(bool DoesNotReturn = true) {
241 if (DoesNotReturn) addFnAttr(Attribute::NoReturn);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 126 if (CI->doesNotReturn()) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Function.h 358 bool doesNotReturn() const {

Completed in 1160 milliseconds

1 2 3