Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4421 bool IsGuaranteeTCO = MF.getTarget().Options.GuaranteedTailCallOpt || in LowerCall() local
4423 bool IsCalleePopSRet = !IsGuaranteeTCO && hasCalleePopSRet(Outs, Subtarget); in LowerCall()
4438 if (Subtarget.isPICStyleGOT() && !IsGuaranteeTCO && !IsMustTail) { in LowerCall()
4458 if (!IsGuaranteeTCO && isTailCall) in LowerCall()
4494 else if (IsGuaranteeTCO && canGuaranteeTCO(CallConv)) in LowerCall()
5145 bool IsGuaranteeTCO = DAG.getTarget().Options.GuaranteedTailCallOpt || in IsEligibleForTailCallOptimization() local
5154 if (IsGuaranteeTCO) { in IsEligibleForTailCallOptimization()