Searched refs:canGuaranteeTCO (Results 1 – 6 of 6) sorted by relevance
222 static bool canGuaranteeTCO(CallingConv::ID CC) { return false; } in canGuaranteeTCO() function231 return canGuaranteeTCO(CC); in mayTailCallThisCC()238 return GuaranteedTailCallOpt && canGuaranteeTCO(CC); in shouldGuaranteeTCO()517 assert(!(IsVarArg && canGuaranteeTCO(CallConv)) && in LowerCall()535 canGuaranteeTCO(CallConv)) { in LowerCall()804 } else if (!canGuaranteeTCO(CallConv) && SR == StackStructReturn) { in LowerCall()995 if (!canGuaranteeTCO(CCID) && argsAreStructReturn(Ins) == StackStructReturn) in LowerFormalArguments()1178 if (canGuaranteeTCO(CalleeCC) && CCMatch) in IsEligibleForTailCallOptimization()
1013 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function1024 return canGuaranteeTCO(CC); in mayTailCallThisCC()1062 return canGuaranteeTCO(CalleeCC) && CalleeCC == CallerF.getCallingConv(); in isEligibleForTailCallOptimization()
2831 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function2842 return canGuaranteeTCO(CC); in mayTailCallThisCC()2873 if (canGuaranteeTCO(CalleeCC) && CCMatch) in isEligibleForTailCallOptimization()
612 static bool canGuaranteeTCO(CallingConv::ID CC, bool GuaranteeTailCalls) { in canGuaranteeTCO() function820 if (canGuaranteeTCO(CalleeCC, MF.getTarget().Options.GuaranteedTailCallOpt)) in isEligibleForTailCallOptimization()
3185 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function3208 return canGuaranteeTCO(CC); in mayTailCallThisCC()3215 return (GuaranteedTailCallOpt && canGuaranteeTCO(CC)) || in shouldGuaranteeTCO()3627 !(IsVarArg && canGuaranteeTCO(CallConv)) && in LowerFormalArguments()3808 if (!Is64Bit && !canGuaranteeTCO(CallConv) && in LowerFormalArguments()3979 assert(!(isVarArg && canGuaranteeTCO(CallConv)) && in LowerCall()4004 else if (IsGuaranteeTCO && canGuaranteeTCO(CallConv)) in LowerCall()4469 else if (!Is64Bit && !canGuaranteeTCO(CallConv) && in LowerCall()4669 if (canGuaranteeTCO(CalleeCC) && CCMatch) in IsEligibleForTailCallOptimization()
5260 static bool canGuaranteeTCO(CallingConv::ID CC, bool GuaranteeTailCalls) { in canGuaranteeTCO() function5329 if (canGuaranteeTCO(CalleeCC, getTargetMachine().Options.GuaranteedTailCallOpt)) in isEligibleForTailCallOptimization()