Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DPruneEH.cpp94 SCCMightReturn |= !F->doesNotReturn(); in runOnSCC()
97 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn(); in runOnSCC()
212 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/IR/
DCallSite.h251 bool doesNotReturn() const { in doesNotReturn() function
252 CALLSITE_DELEGATE_GETTER(doesNotReturn()); in doesNotReturn()
DFunction.h256 bool doesNotReturn() const {
DInstructions.h1417 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); }
3086 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); }
/external/llvm/lib/IR/
DInstruction.cpp449 return !CI->doesNotReturn(); in mayReturn()
/external/llvm/include/llvm/Target/
DTargetLowering.h1925 SDLoc dl, bool doesNotReturn = false,
2191 DoesNotReturn = Call.doesNotReturn(); in setCallee()
/external/llvm/lib/Analysis/
DLint.cpp357 Assert1(!F->doesNotReturn(), in visitReturnInst()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1182 if (CI->doesNotReturn()) { in markAliveBlocks()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp90 bool doesNotReturn, in makeLibCall() argument
109 .setNoReturn(doesNotReturn).setDiscardResult(!isReturnValueUsed) in makeLibCall()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1404 if (CS.doesNotReturn()) in runOnFunction()
/external/clang/lib/CodeGen/
DCGCall.cpp2966 if (CS.doesNotReturn()) { in EmitCall()