Searched refs:BlockInformation (Results 1 – 1 of 1) sorted by relevance
79 class BlockInformation { class84 BlockInformation() = default;96 using MBBInfoMap = std::map<MachineBasicBlock *, BlockInformation *>;1612 BlockInformation *&srcBlkInfo = BlockInfoMap[MBB]; in recordSccnum()1614 srcBlkInfo = new BlockInformation(); in recordSccnum()1621 BlockInformation *&SrcBlkInfo = BlockInfoMap[MBB]; in retireBlock()1624 SrcBlkInfo = new BlockInformation(); in retireBlock()