Lines Matching refs:Size
79 // The size of the block in bytes, excluding terminators.
81 uint64_t Size;
91 : Address(0), Size(0), Alignment(0), NumTerminators(0) {}
103 // The current size of the terminator in bytes.
104 uint64_t Size;
114 TerminatorInfo() : Branch(nullptr), Size(0), TargetBlock(0),
194 Position.Address += Block.Size;
204 Position.Address += Terminator.Size;
212 Terminator.Size = TII->getInstSizeInBytes(MI);
259 // that no branches need relaxation. Return the size of the function under
263 unsigned NumBlocks = MF->size();
279 // Calculate the size of the fixed part of the block.
283 Block.Size += TII->getInstSizeInBytes(MI);
426 Terminator.Size += Terminator.ExtraRelaxSize;
453 uint64_t Size = initMBBInfo();
454 if (Size <= MaxForwardRange || !mustRelaxABranch())