Searched refs:IsGuaranteeTCO (Results 1 – 1 of 1) sorted by relevance
3931 bool IsGuaranteeTCO = MF.getTarget().Options.GuaranteedTailCallOpt || in LowerCall() local3945 if (Subtarget.isPICStyleGOT() && !IsGuaranteeTCO) { in LowerCall()3972 if (!IsGuaranteeTCO && isTailCall) in LowerCall()4004 else if (IsGuaranteeTCO && canGuaranteeTCO(CallConv)) in LowerCall()4659 bool IsGuaranteeTCO = DAG.getTarget().Options.GuaranteedTailCallOpt || in IsEligibleForTailCallOptimization() local4668 if (IsGuaranteeTCO) { in IsEligibleForTailCallOptimization()