Home | History | Annotate | Download | only in ARM

Lines Matching full:fnsize

728   unsigned FnSize = 0;
734 FnSize += TII.GetInstSizeInBytes(I);
736 return FnSize;
960 unsigned FnSize = GetFunctionSizeInBytes(MF, TII);
964 if (FnSize >= (1 << 11)) {