/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | CallSite.h | 222 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/ |
D | PruneEH.cpp | 98 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/ |
D | PruneEH.cpp | 94 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/ |
D | PruneEH.cpp | 93 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/ |
D | NoReturn.m | 94 + (void) doesNotReturn __attribute__((analyzer_noreturn)); 99 [Radar11634353 doesNotReturn];
|
/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 105 DoesNotReturn = Call.doesNotReturn(); in setCallee() 129 DoesNotReturn = Call.doesNotReturn();
|
/external/llvm/include/llvm/IR/ |
D | CallSite.h | 442 bool doesNotReturn() const { in doesNotReturn() function 443 CALLSITE_DELEGATE_GETTER(doesNotReturn()); in doesNotReturn()
|
D | Function.h | 335 bool doesNotReturn() const {
|
D | Instructions.h | 1764 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/ |
D | FastISel.h | 112 DoesNotReturn = Call.doesNotReturn(); in setCallee() 136 DoesNotReturn = Call.doesNotReturn();
|
D | TargetLowering.h | 2717 bool doesNotReturn = false, 3111 Call.doesNotReturn() || in setCallee()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | CallSite.h | 497 bool doesNotReturn() const { in doesNotReturn() function 498 CALLSITE_DELEGATE_GETTER(doesNotReturn()); in doesNotReturn()
|
D | Function.h | 495 bool doesNotReturn() const { in doesNotReturn() function
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Function.h | 237 bool doesNotReturn() const {
|
D | Instructions.h | 1298 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/ |
D | SimplifyCFGPass.cpp | 126 if (CI->doesNotReturn()) { in MarkAliveBlocks()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Function.h | 358 bool doesNotReturn() const { in doesNotReturn() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 423 bool doesNotReturn(const MachineInstr &CallMI) const;
|
D | HexagonHardwareLoops.cpp | 994 return !TII->doesNotReturn(*MI); in isInvalidLoopOperation()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | Lint.cpp | 352 Assert1(!F->doesNotReturn(), in visitReturnInst()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2236 bool doesNotReturn = false, 2551 Call.doesNotReturn() || in setCallee()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | Lint.cpp | 400 Assert(!F->doesNotReturn(), in visitReturnInst()
|
/external/llvm/lib/Analysis/ |
D | Lint.cpp | 361 Assert(!F->doesNotReturn(), in visitReturnInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 400 if (CI->doesNotReturn()) { in wrapInvoke()
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1416 if (CI->doesNotReturn()) { in markAliveBlocks()
|