Searched refs:canGuaranteeTCO (Results 1 – 9 of 9) sorted by relevance
498 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function510 return canGuaranteeTCO(CC); in mayTailCallThisCC()735 return canGuaranteeTCO(CalleeCC) && CalleeCC == CallerF.getCallingConv(); in isEligibleForTailCallOptimization()
3738 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function3750 return canGuaranteeTCO(CC); in mayTailCallThisCC()3787 return canGuaranteeTCO(CalleeCC) && CCMatch; in isEligibleForTailCallOptimization()
523 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function535 return canGuaranteeTCO(CC); in mayTailCallThisCC()760 return canGuaranteeTCO(CalleeCC) && CalleeCC == CallerF.getCallingConv(); in isEligibleForTailCallOptimization()
2392 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function2411 return canGuaranteeTCO(CC); in mayTailCallThisCC()2418 return GuaranteedTailCallOpt && canGuaranteeTCO(CC); in shouldGuaranteeTCO()2576 assert(!(isVarArg && canGuaranteeTCO(CallConv)) && in LowerFormalArguments()2857 if (!Is64Bit && !canGuaranteeTCO(CallConv) && in LowerFormalArguments()3022 assert(!(isVarArg && canGuaranteeTCO(CallConv)) && in LowerCall()3042 canGuaranteeTCO(CallConv)) in LowerCall()3406 else if (!Is64Bit && !canGuaranteeTCO(CallConv) && in LowerCall()3612 if (canGuaranteeTCO(CalleeCC) && CCMatch) in IsEligibleForTailCallOptimization()
2580 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function2590 return canGuaranteeTCO(CC); in mayTailCallThisCC()2616 if (canGuaranteeTCO(CalleeCC) && CCMatch) in isEligibleForTailCallOptimization()
2803 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function2813 return canGuaranteeTCO(CC); in mayTailCallThisCC()2839 if (canGuaranteeTCO(CalleeCC) && CCMatch) in isEligibleForTailCallOptimization()
3143 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function3165 return canGuaranteeTCO(CC); in mayTailCallThisCC()3172 return (GuaranteedTailCallOpt && canGuaranteeTCO(CC)) || CC == CallingConv::Tail; in shouldGuaranteeTCO()3369 !(isVarArg && canGuaranteeTCO(CallConv)) && in LowerFormalArguments()3671 if (!Is64Bit && !canGuaranteeTCO(CallConv) && in LowerFormalArguments()3848 assert(!(isVarArg && canGuaranteeTCO(CallConv)) && in LowerCall()3873 else if (IsGuaranteeTCO && canGuaranteeTCO(CallConv)) in LowerCall()4293 else if (!Is64Bit && !canGuaranteeTCO(CallConv) && in LowerCall()4498 if (canGuaranteeTCO(CalleeCC) && CCMatch) in IsEligibleForTailCallOptimization()
3152 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function3174 return canGuaranteeTCO(CC); in mayTailCallThisCC()3181 return (GuaranteedTailCallOpt && canGuaranteeTCO(CC)) || CC == CallingConv::Tail; in shouldGuaranteeTCO()3590 !(IsVarArg && canGuaranteeTCO(CallConv)) && in LowerFormalArguments()3757 if (!Is64Bit && !canGuaranteeTCO(CallConv) && in LowerFormalArguments()3931 assert(!(isVarArg && canGuaranteeTCO(CallConv)) && in LowerCall()3956 else if (IsGuaranteeTCO && canGuaranteeTCO(CallConv)) in LowerCall()4395 else if (!Is64Bit && !canGuaranteeTCO(CallConv) && in LowerCall()4595 if (canGuaranteeTCO(CalleeCC) && CCMatch) in IsEligibleForTailCallOptimization()
4878 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function4891 return canGuaranteeTCO(CC); in mayTailCallThisCC()4944 return canGuaranteeTCO(CalleeCC) && CCMatch; in isEligibleForTailCallOptimization()