Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp94 SCCMightReturn |= !F->doesNotReturn(); in runOnSCC()
97 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn(); in runOnSCC()
212 if (CI->doesNotReturn() && !isa<UnreachableInst>(I)) { in SimplifyFunction()
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A DNoReturn.m94 + (void) doesNotReturn __attribute__((analyzer_noreturn));
99 [Radar11634353 doesNotReturn];
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DCallSite.h257 bool doesNotReturn() const { in doesNotReturn() function
258 CALLSITE_DELEGATE_GETTER(doesNotReturn()); in doesNotReturn()
H A DFunction.h268 bool doesNotReturn() const {
H A DInstructions.h1437 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); }
3112 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); }
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DFastISel.h101 DoesNotReturn = Call.doesNotReturn(); in setCallee()
125 DoesNotReturn = Call.doesNotReturn();
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp458 return !CI->doesNotReturn(); in mayReturn()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h2086 SDLoc dl, bool doesNotReturn = false,
2353 DoesNotReturn = Call.doesNotReturn(); in setCallee()
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DLint.cpp362 Assert1(!F->doesNotReturn(), in visitReturnInst()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp1218 if (CI->doesNotReturn()) { in markAliveBlocks()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp90 bool doesNotReturn, in makeLibCall() argument
110 .setNoReturn(doesNotReturn).setDiscardResult(!isReturnValueUsed) in makeLibCall()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1466 if (CS.doesNotReturn()) in runOnFunction()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp3334 if (CS.doesNotReturn()) { in EmitCall()