Returns true if the function contains a tail call.

Synopsis

Declared in <llvm/CodeGen/MachineFrameInfo.h>

bool
hasTailCall() const;

Return Value

True if the function contains a tail call.

Created with MrDocs