Searched refs:BlockInformation (Results 1 – 1 of 1) sorted by relevance
103 class BlockInformation { class108 BlockInformation() = default;120 using MBBInfoMap = std::map<MachineBasicBlock *, BlockInformation *>;1652 BlockInformation *&srcBlkInfo = BlockInfoMap[MBB]; in recordSccnum()1654 srcBlkInfo = new BlockInformation(); in recordSccnum()1661 BlockInformation *&SrcBlkInfo = BlockInfoMap[MBB]; in retireBlock()1664 SrcBlkInfo = new BlockInformation(); in retireBlock()