Lines Matching refs:GuaranteedTailCallOpt
4268 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4()
4510 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4()
5055 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt; in IsEligibleForTailCallOptimization_64SVR4()
5140 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()
5842 getTargetMachine().Options.GuaranteedTailCallOpt) in FinishCall()
5920 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall()
5997 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4()
6242 if (CFlags.IsTailCall && !getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall_64SVR4()
6250 if (getTargetMachine().Options.GuaranteedTailCallOpt && IsFastCall) in LowerCall_64SVR4()
6378 if (getTargetMachine().Options.GuaranteedTailCallOpt && IsFastCall) in LowerCall_64SVR4()
7196 if (getTargetMachine().Options.GuaranteedTailCallOpt) in LowerFormalArguments_AIX()
7247 !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_AIX()
18167 if (!TM.Options.GuaranteedTailCallOpt && DisableSCO) in mayBeEmittedAsTailCall()