Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:MaxCallFrameSize

176   // Calculate the MaxCallFrameSize and AdjustsStack variables for the
207 // and MaxCallFrameSize variables.
239 /// calculateCallsInformation - Calculate the MaxCallFrameSize and AdjustsStack
247 unsigned MaxCallFrameSize = 0;
267 if (Size > MaxCallFrameSize) MaxCallFrameSize = Size;
278 MFI->setMaxCallFrameSize(MaxCallFrameSize);