Searched refs:IsGuaranteeTCO (Results 1 – 1 of 1) sorted by relevance
2041 bool IsGuaranteeTCO = MF.getTarget().Options.GuaranteedTailCallOpt || in LowerCall() local2043 bool IsCalleePopSRet = !IsGuaranteeTCO && hasCalleePopSRet(Outs, Subtarget); in LowerCall()2086 if (Subtarget.isPICStyleGOT() && !IsGuaranteeTCO && !IsMustTail) { in LowerCall()2105 if (!IsGuaranteeTCO && isTailCall) in LowerCall()2125 else if (IsGuaranteeTCO && canGuaranteeTCO(CallConv)) in LowerCall()2813 bool IsGuaranteeTCO = DAG.getTarget().Options.GuaranteedTailCallOpt || in IsEligibleForTailCallOptimization() local2822 if (IsGuaranteeTCO) { in IsEligibleForTailCallOptimization()