Searched refs:doesNotReturn (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DCallSite.h227 bool doesNotReturn() const { function in class:llvm::CallSiteBase
228 CALLSITE_DELEGATE_GETTER(doesNotReturn());
230 void setDoesNotReturn(bool doesNotReturn = true) {
231 CALLSITE_DELEGATE_SETTER(setDoesNotReturn(doesNotReturn));
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/IPO/
H A DPruneEH.cpp93 SCCMightReturn |= !F->doesNotReturn();
96 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn();
209 if (CI->doesNotReturn() && !isa<UnreachableInst>(I)) {
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DFunction.h238 bool doesNotReturn() const { function in class:llvm::Function
H A DInstructions.h1318 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); } function in class:llvm::CallInst
3071 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); } function in class:llvm::InvokeInst
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp125 if (CI->doesNotReturn()) {
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLowering.h1325 DoesNotReturn(cs.doesNotReturn()),
1336 bool doesNotReturn, bool isReturnValueUsed, SDValue callee,
1339 IsVarArg(isVarArg), IsInReg(isInReg), DoesNotReturn(doesNotReturn),
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DLint.cpp357 Assert1(!F->doesNotReturn(),
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp887 if (CI->doesNotReturn()) {

Completed in 150 milliseconds