Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MaxCallFrameSize

82   // Calculate the MaxCallFrameSize and AdjustsStack variables for the
119 // and MaxCallFrameSize variables.
150 /// calculateCallsInformation - Calculate the MaxCallFrameSize and AdjustsStack
158 unsigned MaxCallFrameSize = 0;
178 if (Size > MaxCallFrameSize) MaxCallFrameSize = Size;
189 MFI->setMaxCallFrameSize(MaxCallFrameSize);