Lines Matching refs:GuaranteedTailCallOpt
2417 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) { in shouldGuaranteeTCO() argument
2418 return GuaranteedTailCallOpt && canGuaranteeTCO(CC); in shouldGuaranteeTCO()
2444 CallConv, DAG.getTarget().Options.GuaranteedTailCallOpt); in LowerMemArgument()
2703 MF.getTarget().Options.GuaranteedTailCallOpt)) in LowerFormalArguments()
2849 MF.getTarget().Options.GuaranteedTailCallOpt)) { in LowerFormalArguments()
2988 !MF.getTarget().Options.GuaranteedTailCallOpt) { in LowerCall()
3015 if (!MF.getTarget().Options.GuaranteedTailCallOpt && isTailCall) in LowerCall()
3041 else if (MF.getTarget().Options.GuaranteedTailCallOpt && in LowerCall()
3404 DAG.getTarget().Options.GuaranteedTailCallOpt)) in LowerCall()
3611 if (DAG.getTarget().Options.GuaranteedTailCallOpt) { in IsEligibleForTailCallOptimization()
3756 MF.getTarget().Options.GuaranteedTailCallOpt); in IsEligibleForTailCallOptimization()