Home
last modified time | relevance | path

Searched refs:IsGuaranteeTCO (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp2041 bool IsGuaranteeTCO = MF.getTarget().Options.GuaranteedTailCallOpt || in LowerCall() local
2043 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() local
2822 if (IsGuaranteeTCO) { in IsEligibleForTailCallOptimization()