Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:StackSize

666   int64_t StackSize = Offset - LocalAreaOffset;
667 MFI->setStackSize(StackSize);
668 NumBytesStackSpace += StackSize;