Lines Matching refs:GuaranteedTailCallOpt
3440 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4()
3674 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4()
4082 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_Darwin()
4601 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt; in IsEligibleForTailCallOptimization_64SVR4()
4679 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()
5183 getTargetMachine().Options.GuaranteedTailCallOpt) ? NumBytes : 0; in FinishCall()
5289 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall()
5357 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4()
5592 if (isTailCall && !getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall_64SVR4()
5600 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_64SVR4()
5741 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_64SVR4()
6255 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_Darwin()
6305 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_Darwin()
14606 if (!TM.Options.GuaranteedTailCallOpt && DisableSCO) in mayBeEmittedAsTailCall()