Home
last modified time | relevance | path

Searched refs:doesNotReturn (Results 1 – 25 of 35) sorted by relevance

12

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCallSite.h222 bool doesNotReturn() const { in doesNotReturn() function
223 CALLSITE_DELEGATE_GETTER(doesNotReturn()); in doesNotReturn()
225 void setDoesNotReturn(bool doesNotReturn = true) {
226 CALLSITE_DELEGATE_SETTER(setDoesNotReturn(doesNotReturn));
/external/llvm/lib/Transforms/IPO/
DPruneEH.cpp98 SCCMightReturn |= !F->doesNotReturn(); in runImpl()
101 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn(); in runImpl()
211 if (CI->doesNotReturn() && !isa<UnreachableInst>(I)) { in SimplifyFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPruneEH.cpp94 SCCMightReturn |= !F->doesNotReturn(); in runImpl()
97 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn(); in runImpl()
207 if (CI->doesNotReturn() && !isa<UnreachableInst>(I)) { in SimplifyFunction()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DPruneEH.cpp93 SCCMightReturn |= !F->doesNotReturn(); in runOnSCC()
96 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn(); in runOnSCC()
210 if (CI->doesNotReturn() && !isa<UnreachableInst>(I)) { in SimplifyFunction()
/external/clang/test/Analysis/
DNoReturn.m94 + (void) doesNotReturn __attribute__((analyzer_noreturn));
99 [Radar11634353 doesNotReturn];
/external/llvm/include/llvm/CodeGen/
DFastISel.h105 DoesNotReturn = Call.doesNotReturn(); in setCallee()
129 DoesNotReturn = Call.doesNotReturn();
/external/llvm/include/llvm/IR/
DCallSite.h442 bool doesNotReturn() const { in doesNotReturn() function
443 CALLSITE_DELEGATE_GETTER(doesNotReturn()); in doesNotReturn()
DFunction.h335 bool doesNotReturn() const {
DInstructions.h1764 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); }
3728 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); }
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DFastISel.h112 DoesNotReturn = Call.doesNotReturn(); in setCallee()
136 DoesNotReturn = Call.doesNotReturn();
DTargetLowering.h2717 bool doesNotReturn = false,
3111 Call.doesNotReturn() || in setCallee()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallSite.h497 bool doesNotReturn() const { in doesNotReturn() function
498 CALLSITE_DELEGATE_GETTER(doesNotReturn()); in doesNotReturn()
DFunction.h495 bool doesNotReturn() const { in doesNotReturn() function
/external/swiftshader/third_party/LLVM/include/llvm/
DFunction.h237 bool doesNotReturn() const {
DInstructions.h1298 bool doesNotReturn() const { return paramHasAttr(~0, Attribute::NoReturn); }
2770 bool doesNotReturn() const { return paramHasAttr(~0, Attribute::NoReturn); }
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp126 if (CI->doesNotReturn()) { in MarkAliveBlocks()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h358 bool doesNotReturn() const { in doesNotReturn() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h423 bool doesNotReturn(const MachineInstr &CallMI) const;
DHexagonHardwareLoops.cpp994 return !TII->doesNotReturn(*MI); in isInvalidLoopOperation()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLint.cpp352 Assert1(!F->doesNotReturn(), in visitReturnInst()
/external/llvm/include/llvm/Target/
DTargetLowering.h2236 bool doesNotReturn = false,
2551 Call.doesNotReturn() || in setCallee()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLint.cpp400 Assert(!F->doesNotReturn(), in visitReturnInst()
/external/llvm/lib/Analysis/
DLint.cpp361 Assert(!F->doesNotReturn(), in visitReturnInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp400 if (CI->doesNotReturn()) { in wrapInvoke()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1416 if (CI->doesNotReturn()) { in markAliveBlocks()

12