Searched refs:GuaranteeTailCalls (Results 1 – 3 of 3) sorted by relevance
781 static bool canGuaranteeTCO(CallingConv::ID CC, bool GuaranteeTailCalls) { in canGuaranteeTCO() argument782 return (CC == CallingConv::Fast && GuaranteeTailCalls) || in canGuaranteeTCO()
2357 static bool canGuaranteeTCO(CallingConv::ID CC, bool GuaranteeTailCalls) { in canGuaranteeTCO() argument2358 return (CC == CallingConv::Fast && GuaranteeTailCalls) || in canGuaranteeTCO()
7866 static bool canGuaranteeTCO(CallingConv::ID CC, bool GuaranteeTailCalls) { in canGuaranteeTCO() argument7867 return (CC == CallingConv::Fast && GuaranteeTailCalls) || in canGuaranteeTCO()