Searched refs:SwapThisWithSRet (Results 1 – 1 of 1) sorted by relevance
1137 bool SwapThisWithSRet = false; in construct() local1141 SwapThisWithSRet = RetAI.isSRetAfterThis(); in construct()1142 SRetArgNo = SwapThisWithSRet ? 1 : IRArgNo++; in construct()1191 if (IRArgNo == 1 && SwapThisWithSRet) in construct()