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