Searched refs:hasCalleePopSRet (Results 1 – 1 of 1) sorted by relevance
1200 static bool hasCalleePopSRet(const SmallVectorImpl<T> &Args, in hasCalleePopSRet() function1875 if (!canGuaranteeTCO(CallConv) && hasCalleePopSRet(Ins, Subtarget)) in LowerFormalArguments()2012 bool IsCalleePopSRet = !IsGuaranteeTCO && hasCalleePopSRet(Outs, Subtarget); in LowerCall()