Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4343 bool IsGuaranteeTCO = MF.getTarget().Options.GuaranteedTailCallOpt || in LowerCall() local
4345 bool IsCalleePopSRet = !IsGuaranteeTCO && hasCalleePopSRet(Outs, Subtarget); in LowerCall()
4359 if (Subtarget.isPICStyleGOT() && !IsGuaranteeTCO && !IsMustTail) { in LowerCall()
4379 if (!IsGuaranteeTCO && isTailCall) in LowerCall()
4415 else if (IsGuaranteeTCO && canGuaranteeTCO(CallConv)) in LowerCall()
5064 bool IsGuaranteeTCO = DAG.getTarget().Options.GuaranteedTailCallOpt || in IsEligibleForTailCallOptimization() local
5073 if (IsGuaranteeTCO) { in IsEligibleForTailCallOptimization()