Home | History | Annotate | Download | only in ARM

Lines Matching refs:FnSize

1032   unsigned FnSize = 0;
1038 FnSize += TII.GetInstSizeInBytes(I);
1040 return FnSize;
1257 unsigned FnSize = GetFunctionSizeInBytes(MF, TII);
1261 if (FnSize >= (1 << 11)) {