Lines Matching full:minsize
632 uint64_t MinSize = X86FI->getCalleeSavedFrameSize();633 if (HasFP) MinSize += SlotSize;634 StackSize = std::max(MinSize, StackSize > 128 ? StackSize - 128 : 0);