Home
last modified time | relevance | path

Searched refs:NumPops (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3169 int NumPops = Offset / SlotSize; in adjustStackWithPops() local
3171 if (NumPops != 1 && NumPops != 2) in adjustStackWithPops()
3215 if (FoundRegs == (unsigned)NumPops) in adjustStackWithPops()
3223 while (FoundRegs < (unsigned)NumPops) in adjustStackWithPops()
3226 for (int i = 0; i < NumPops; ++i) in adjustStackWithPops()