Searched refs:BlockInformation (Results 1 – 1 of 1) sorted by relevance
78 class BlockInformation { class83 BlockInformation() = default;95 using MBBInfoMap = std::map<MachineBasicBlock *, BlockInformation *>;1627 BlockInformation *&srcBlkInfo = BlockInfoMap[MBB]; in recordSccnum()1629 srcBlkInfo = new BlockInformation(); in recordSccnum()1636 BlockInformation *&SrcBlkInfo = BlockInfoMap[MBB]; in retireBlock()1639 SrcBlkInfo = new BlockInformation(); in retireBlock()