Lines Matching refs:GuaranteedTailCallOpt
3762 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4()
4005 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4()
4385 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_Darwin()
4918 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt; in IsEligibleForTailCallOptimization_64SVR4()
5007 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()
5688 getTargetMachine().Options.GuaranteedTailCallOpt) in FinishCall()
5728 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall()
5809 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4()
6054 if (CFlags.IsTailCall && !getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall_64SVR4()
6062 if (getTargetMachine().Options.GuaranteedTailCallOpt && IsFastCall) in LowerCall_64SVR4()
6190 if (getTargetMachine().Options.GuaranteedTailCallOpt && IsFastCall) in LowerCall_64SVR4()
6645 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_Darwin()
6695 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_Darwin()
7264 if (getTargetMachine().Options.GuaranteedTailCallOpt) in LowerFormalArguments_AIX()
7409 !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_AIX()
16904 if (!TM.Options.GuaranteedTailCallOpt && DisableSCO) in mayBeEmittedAsTailCall()