Searched refs:GuaranteeTailCalls (Results 1 – 3 of 3) sorted by relevance
673 static bool canGuaranteeTCO(CallingConv::ID CC, bool GuaranteeTailCalls) { in canGuaranteeTCO() argument674 return (CC == CallingConv::Fast && GuaranteeTailCalls) || in canGuaranteeTCO()
2315 static bool canGuaranteeTCO(CallingConv::ID CC, bool GuaranteeTailCalls) { in canGuaranteeTCO() argument2316 return (CC == CallingConv::Fast && GuaranteeTailCalls) || in canGuaranteeTCO()
6830 static bool canGuaranteeTCO(CallingConv::ID CC, bool GuaranteeTailCalls) { in canGuaranteeTCO() argument6831 return (CC == CallingConv::Fast && GuaranteeTailCalls) || in canGuaranteeTCO()