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