Searched refs:NumPops (Results 1 – 2 of 2) sorted by relevance
202 auto NumPops = std::min(Stack.size() - BlockInfoStack.back().StackStartPos, in popTypes() local204 for (size_t I = 0, E = NumPops; I != E; I++) { in popTypes()
3725 int NumPops = Offset / SlotSize; in adjustStackWithPops() local3727 if (NumPops != 1 && NumPops != 2) in adjustStackWithPops()3771 if (FoundRegs == (unsigned)NumPops) in adjustStackWithPops()3779 while (FoundRegs < (unsigned)NumPops) in adjustStackWithPops()3782 for (int i = 0; i < NumPops; ++i) in adjustStackWithPops()