Searched defs:GuaranteeTCO (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3920 bool is64Bit, bool IsVarArg, bool GuaranteeTCO) {
3921 // If GuaranteeTCO is true, we force some calls to be callee pop so that we
3923 if (!IsVarArg && shouldGuaranteeTCO(CallingConv, GuaranteeTCO))
3919 isCalleePop(CallingConv::ID CallingConv, bool is64Bit, bool IsVarArg, bool GuaranteeTCO) argument
[all...]

Completed in 285 milliseconds