Lines Matching refs:GuaranteedTailCallOpt
4154 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4()
4396 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4()
4941 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt; in IsEligibleForTailCallOptimization_64SVR4()
5026 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()
5729 getTargetMachine().Options.GuaranteedTailCallOpt) in FinishCall()
5807 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall()
5884 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4()
6129 if (CFlags.IsTailCall && !getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall_64SVR4()
6137 if (getTargetMachine().Options.GuaranteedTailCallOpt && IsFastCall) in LowerCall_64SVR4()
6265 if (getTargetMachine().Options.GuaranteedTailCallOpt && IsFastCall) in LowerCall_64SVR4()
7068 if (getTargetMachine().Options.GuaranteedTailCallOpt) in LowerFormalArguments_AIX()
7119 !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_AIX()
17954 if (!TM.Options.GuaranteedTailCallOpt && DisableSCO) in mayBeEmittedAsTailCall()