Searched refs:canGuaranteeTCO (Results 1 – 3 of 3) sorted by relevance
2308 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function2318 return canGuaranteeTCO(CC); in mayTailCallThisCC()2344 if (canGuaranteeTCO(CalleeCC) && CCMatch) in isEligibleForTailCallOptimization()
3276 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function3288 return canGuaranteeTCO(CC); in mayTailCallThisCC()3315 return canGuaranteeTCO(CalleeCC) && CCMatch; in isEligibleForTailCallOptimization()
2770 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function2790 return canGuaranteeTCO(CC); in mayTailCallThisCC()2797 return GuaranteedTailCallOpt && canGuaranteeTCO(CC); in shouldGuaranteeTCO()3017 !(isVarArg && canGuaranteeTCO(CallConv)) && in LowerFormalArguments()3327 if (!Is64Bit && !canGuaranteeTCO(CallConv) && in LowerFormalArguments()3505 assert(!(isVarArg && canGuaranteeTCO(CallConv)) && in LowerCall()3531 canGuaranteeTCO(CallConv)) in LowerCall()3958 else if (!Is64Bit && !canGuaranteeTCO(CallConv) && in LowerCall()4171 if (canGuaranteeTCO(CalleeCC) && CCMatch) in IsEligibleForTailCallOptimization()