Searched defs:doesNotReturn (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
H A DCallSite.h251 bool doesNotReturn() const { function in class:llvm::CallSiteBase
252 CALLSITE_DELEGATE_GETTER(doesNotReturn());
H A DFunction.h256 bool doesNotReturn() const { function in class:llvm::Function
H A DInstructions.h1417 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); } function in class:llvm::CallInst
3086 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); } function in class:llvm::InvokeInst
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp90 bool doesNotReturn,
109 .setNoReturn(doesNotReturn).setDiscardResult(!isReturnValueUsed)
86 makeLibCall(SelectionDAG &DAG, RTLIB::Libcall LC, EVT RetVT, const SDValue *Ops, unsigned NumOps, bool isSigned, SDLoc dl, bool doesNotReturn, bool isReturnValueUsed) const argument

Completed in 340 milliseconds