Lines Matching refs:computeBlockSize
110 uint64_t computeBlockSize(const MachineBasicBlock &MBB) const;
140 assert(BlockInfo[Num].Size == computeBlockSize(MBB));
186 BlockInfo[MBB.getNumber()].Size = computeBlockSize(MBB);
201 /// computeBlockSize - Compute the size for MBB.
202 uint64_t BranchRelaxation::computeBlockSize(const MachineBasicBlock &MBB) const {
311 BlockInfo[OrigBB->getNumber()].Size = computeBlockSize(*OrigBB);
315 BlockInfo[NewBB->getNumber()].Size = computeBlockSize(*NewBB);
592 BlockInfo[BranchBB->getNumber()].Size = computeBlockSize(*BranchBB);
603 BlockInfo[NewBB->getNumber()].Size = computeBlockSize(*NewBB);
628 BlockInfo[PrevBB->getNumber()].Size = computeBlockSize(*PrevBB);
638 BlockInfo[RestoreBB->getNumber()].Size = computeBlockSize(*RestoreBB);