Searched refs:IsGuaranteeTCO (Results 1 – 1 of 1) sorted by relevance
1996 bool IsGuaranteeTCO = MF.getTarget().Options.GuaranteedTailCallOpt || in LowerCall() local1998 bool IsCalleePopSRet = !IsGuaranteeTCO && hasCalleePopSRet(Outs, Subtarget); in LowerCall()2013 if (Subtarget.isPICStyleGOT() && !IsGuaranteeTCO && !IsMustTail) { in LowerCall()2033 if (!IsGuaranteeTCO && isTailCall) in LowerCall()2069 else if (IsGuaranteeTCO && canGuaranteeTCO(CallConv)) in LowerCall()2726 bool IsGuaranteeTCO = DAG.getTarget().Options.GuaranteedTailCallOpt || in IsEligibleForTailCallOptimization() local2735 if (IsGuaranteeTCO) { in IsEligibleForTailCallOptimization()