reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/CodeGen/BranchRelaxation.cpp
  102   uint64_t computeBlockSize(const MachineBasicBlock &MBB) const;

References

lib/CodeGen/BranchRelaxation.cpp
  133     assert(BlockInfo[Num].Size == computeBlockSize(MBB));
  161     BlockInfo[MBB.getNumber()].Size = computeBlockSize(MBB);
  260   BlockInfo[OrigBB->getNumber()].Size = computeBlockSize(*OrigBB);
  264   BlockInfo[NewBB->getNumber()].Size = computeBlockSize(*NewBB);