Searched refs:IsGuaranteeTCO (Results 1 – 1 of 1) sorted by relevance
2010 bool IsGuaranteeTCO = MF.getTarget().Options.GuaranteedTailCallOpt || in LowerCall() local2012 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() local2767 if (IsGuaranteeTCO) { in IsEligibleForTailCallOptimization()