Lines Matching refs:GuaranteedTailCallOpt
3989 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4()
4232 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4()
4785 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt; in IsEligibleForTailCallOptimization_64SVR4()
4874 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()
5555 getTargetMachine().Options.GuaranteedTailCallOpt) in FinishCall()
5595 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall()
5672 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4()
5917 if (CFlags.IsTailCall && !getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall_64SVR4()
5925 if (getTargetMachine().Options.GuaranteedTailCallOpt && IsFastCall) in LowerCall_64SVR4()
6053 if (getTargetMachine().Options.GuaranteedTailCallOpt && IsFastCall) in LowerCall_64SVR4()
6861 if (getTargetMachine().Options.GuaranteedTailCallOpt) in LowerFormalArguments_AIX()
6913 !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_AIX()
16983 if (!TM.Options.GuaranteedTailCallOpt && DisableSCO) in mayBeEmittedAsTailCall()