Lines Matching refs:GuaranteedTailCallOpt
2514 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) { in shouldGuaranteeTCO() argument
2515 return GuaranteedTailCallOpt && canGuaranteeTCO(CC); in shouldGuaranteeTCO()
2543 CallConv, DAG.getTarget().Options.GuaranteedTailCallOpt); in LowerMemArgument()
2789 MF.getTarget().Options.GuaranteedTailCallOpt)) in LowerFormalArguments()
2935 MF.getTarget().Options.GuaranteedTailCallOpt)) { in LowerFormalArguments()
3077 !MF.getTarget().Options.GuaranteedTailCallOpt) { in LowerCall()
3104 if (!MF.getTarget().Options.GuaranteedTailCallOpt && isTailCall) in LowerCall()
3130 else if (MF.getTarget().Options.GuaranteedTailCallOpt && in LowerCall()
3533 DAG.getTarget().Options.GuaranteedTailCallOpt)) in LowerCall()
3701 if (DAG.getTarget().Options.GuaranteedTailCallOpt) { in IsEligibleForTailCallOptimization()
3862 MF.getTarget().Options.GuaranteedTailCallOpt); in IsEligibleForTailCallOptimization()