Searched refs:NumPops (Results 1 – 1 of 1) sorted by relevance
2507 int NumPops = Offset / SlotSize; in adjustStackWithPops() local2509 if (NumPops != 1 && NumPops != 2) in adjustStackWithPops()2549 if (FoundRegs == (unsigned)NumPops) in adjustStackWithPops()2557 while (FoundRegs < (unsigned)NumPops) in adjustStackWithPops()2560 for (int i = 0; i < NumPops; ++i) in adjustStackWithPops()