Lines Matching refs:GuaranteedTailCallOpt
4043 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4()
4286 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4()
4831 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt; in IsEligibleForTailCallOptimization_64SVR4()
4920 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()
5620 getTargetMachine().Options.GuaranteedTailCallOpt) in FinishCall()
5660 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall()
5737 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4()
5982 if (CFlags.IsTailCall && !getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall_64SVR4()
5990 if (getTargetMachine().Options.GuaranteedTailCallOpt && IsFastCall) in LowerCall_64SVR4()
6118 if (getTargetMachine().Options.GuaranteedTailCallOpt && IsFastCall) in LowerCall_64SVR4()
6922 if (getTargetMachine().Options.GuaranteedTailCallOpt) in LowerFormalArguments_AIX()
6973 !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_AIX()
17389 if (!TM.Options.GuaranteedTailCallOpt && DisableSCO) in mayBeEmittedAsTailCall()