Searched refs:canGuaranteeTCO (Results 1 – 3 of 3) sorted by relevance
2346 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function2356 return canGuaranteeTCO(CC); in mayTailCallThisCC()2382 if (canGuaranteeTCO(CalleeCC) && CCMatch) in isEligibleForTailCallOptimization()
3362 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function3374 return canGuaranteeTCO(CC); in mayTailCallThisCC()3401 return canGuaranteeTCO(CalleeCC) && CCMatch; in isEligibleForTailCallOptimization()
2919 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function2939 return canGuaranteeTCO(CC); in mayTailCallThisCC()2946 return GuaranteedTailCallOpt && canGuaranteeTCO(CC); in shouldGuaranteeTCO()3166 !(isVarArg && canGuaranteeTCO(CallConv)) && in LowerFormalArguments()3476 if (!Is64Bit && !canGuaranteeTCO(CallConv) && in LowerFormalArguments()3654 assert(!(isVarArg && canGuaranteeTCO(CallConv)) && in LowerCall()3680 canGuaranteeTCO(CallConv)) in LowerCall()4123 else if (!Is64Bit && !canGuaranteeTCO(CallConv) && in LowerCall()4336 if (canGuaranteeTCO(CalleeCC) && CCMatch) in IsEligibleForTailCallOptimization()