Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp2010 bool IsGuaranteeTCO = MF.getTarget().Options.GuaranteedTailCallOpt || in LowerCall() local
2012 bool IsCalleePopSRet = !IsGuaranteeTCO && hasCalleePopSRet(Outs, Subtarget); in LowerCall()
2043 if (Subtarget.isPICStyleGOT() && !IsGuaranteeTCO && !IsMustTail) { in LowerCall()
2062 if (!IsGuaranteeTCO && isTailCall) in LowerCall()
2082 else if (IsGuaranteeTCO && canGuaranteeTCO(CallConv)) in LowerCall()
2758 bool IsGuaranteeTCO = DAG.getTarget().Options.GuaranteedTailCallOpt || in IsEligibleForTailCallOptimization() local
2767 if (IsGuaranteeTCO) { in IsEligibleForTailCallOptimization()