Home
last modified time | relevance | path

Searched refs:GuaranteeTCO (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.h105 bool isCalleePop(CallingConv::ID CallingConv, bool IsVarArg, bool GuaranteeTCO);
H A DM68kISelLowering.cpp3047 bool M68k::isCalleePop(CallingConv::ID CC, bool IsVarArg, bool GuaranteeTCO) { in isCalleePop() argument
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h942 bool is64Bit, bool IsVarArg, bool GuaranteeTCO);
H A DX86ISelLoweringCall.cpp2921 bool is64Bit, bool IsVarArg, bool GuaranteeTCO) { in isCalleePop() argument
2924 if (!IsVarArg && shouldGuaranteeTCO(CallingConv, GuaranteeTCO)) in isCalleePop()