Lines Matching refs:GuaranteedTailCallOpt
2514 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) {
2515 return GuaranteedTailCallOpt && canGuaranteeTCO(CC);
2543 CallConv, DAG.getTarget().Options.GuaranteedTailCallOpt);
2789 MF.getTarget().Options.GuaranteedTailCallOpt))
2935 MF.getTarget().Options.GuaranteedTailCallOpt)) {
3077 !MF.getTarget().Options.GuaranteedTailCallOpt) {
3082 // GuaranteedTailCallOpt will override this.
3104 if (!MF.getTarget().Options.GuaranteedTailCallOpt && isTailCall)
3130 else if (MF.getTarget().Options.GuaranteedTailCallOpt &&
3533 DAG.getTarget().Options.GuaranteedTailCallOpt))
3701 if (DAG.getTarget().Options.GuaranteedTailCallOpt) {
3862 MF.getTarget().Options.GuaranteedTailCallOpt);