Searched refs:IsGuaranteeTCO (Results 1 – 1 of 1) sorted by relevance
4421 bool IsGuaranteeTCO = MF.getTarget().Options.GuaranteedTailCallOpt || in LowerCall() local4423 bool IsCalleePopSRet = !IsGuaranteeTCO && hasCalleePopSRet(Outs, Subtarget); in LowerCall()4438 if (Subtarget.isPICStyleGOT() && !IsGuaranteeTCO && !IsMustTail) { in LowerCall()4458 if (!IsGuaranteeTCO && isTailCall) in LowerCall()4494 else if (IsGuaranteeTCO && canGuaranteeTCO(CallConv)) in LowerCall()5145 bool IsGuaranteeTCO = DAG.getTarget().Options.GuaranteedTailCallOpt || in IsEligibleForTailCallOptimization() local5154 if (IsGuaranteeTCO) { in IsEligibleForTailCallOptimization()