Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kISelLowering.h105 bool isCalleePop(CallingConv::ID CallingConv, bool IsVarArg, bool GuaranteeTCO);
H A DM68kISelLowering.cpp2922 bool GuaranteeTCO) { in isCalleePop() argument
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h936 bool is64Bit, bool IsVarArg, bool GuaranteeTCO);
H A DX86ISelLowering.cpp5489 bool is64Bit, bool IsVarArg, bool GuaranteeTCO) { in isCalleePop() argument
5492 if (!IsVarArg && shouldGuaranteeTCO(CallingConv, GuaranteeTCO)) in isCalleePop()