ΒΆbool isCalleePop(CallingConv::ID CallingConv,
bool is64Bit,
bool IsVarArg,
bool GuaranteeTCO)
bool isCalleePop(CallingConv::ID CallingConv,
bool is64Bit,
bool IsVarArg,
bool GuaranteeTCO)
Description
Determines whether the callee is required to pop its own arguments. Callee pop is necessary to support tail calls.
Declared at: llvm/lib/Target/X86/X86ISelLowering.h:905
Parameters
- CallingConv::ID CallingConv
- bool is64Bit
- bool IsVarArg
- bool GuaranteeTCO