Home | History | Annotate | Download | only in ARM

Lines Matching full:fnsize

1018   unsigned FnSize = 0;
1024 FnSize += TII.GetInstSizeInBytes(I);
1026 return FnSize;
1293 unsigned FnSize = GetFunctionSizeInBytes(MF, TII);
1297 if (FnSize >= (1 << 11)) {