llvm::CallBase::doesNotReturn

Return true if this call cannot return to its caller.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

bool
doesNotReturn() const;

Return Value

True if the noreturn attribute is present.