Home
last modified time | relevance | path

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

/external/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.cpp93 SCCMightReturn |= !F->doesNotReturn(); in runOnSCC()
96 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn(); in runOnSCC()
209 if (CI->doesNotReturn() && !isa<UnreachableInst>(I)) { in SimplifyFunction()
/external/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp126 if (CI->doesNotReturn()) { in MarkAliveBlocks()
/external/llvm/include/llvm/
DFunction.h233 bool doesNotReturn() const {
DInstructions.h1311 bool doesNotReturn() const { return paramHasAttr(~0, Attribute::NoReturn); }
2942 bool doesNotReturn() const { return paramHasAttr(~0, Attribute::NoReturn); }
/external/llvm/lib/Analysis/
DLint.cpp357 Assert1(!F->doesNotReturn(), in visitReturnInst()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp669 if (CI->doesNotReturn()) { in handleFunction()
/external/clang/lib/CodeGen/
DCGCall.cpp2098 if (CS.doesNotReturn()) { in EmitCall()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5257 CS.doesNotReturn(), in LowerCallTo()