llvm::CallInst::setTailCall

Mark or clear this call as a tail-call candidate.

Synopsis

Declared in <llvm/IR/Instructions.h>

void
setTailCall(bool IsTc = true);

Parameters

NameDescription
IsTcTrue to mark as a tail call, false to clear.