Searched refs:LowestG8R (Results 1 – 1 of 1) sorted by relevance
2761 MCPhysReg LowestG8R = PPC::X31; in updateCalleeSaves() local2777 else if (PPC::G8RCRegClass.contains(Cand) && Cand < LowestG8R) in updateCalleeSaves()2778 LowestG8R = Cand; in updateCalleeSaves()2790 (PPC::G8RCRegClass.contains(Cand) && Cand > LowestG8R) || in updateCalleeSaves()