Lines Matching refs:GuaranteedTailCallOpt
2917 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4()
3143 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4()
3557 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_Darwin()
4041 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt; in IsEligibleForTailCallOptimization_64SVR4()
4102 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()
4608 getTargetMachine().Options.GuaranteedTailCallOpt) ? NumBytes : 0; in FinishCall()
4711 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall()
4771 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4()
5005 if (isTailCall && !getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall_64SVR4()
5013 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_64SVR4()
5123 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_64SVR4()
5642 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_Darwin()
5692 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_Darwin()