Searched refs:BlockInformation (Results 1 – 1 of 1) sorted by relevance
73 class BlockInformation { class78 BlockInformation() = default;90 using MBBInfoMap = std::map<MachineBasicBlock *, BlockInformation *>;1601 BlockInformation *&srcBlkInfo = BlockInfoMap[MBB]; in recordSccnum()1603 srcBlkInfo = new BlockInformation(); in recordSccnum()1610 BlockInformation *&SrcBlkInfo = BlockInfoMap[MBB]; in retireBlock()1613 SrcBlkInfo = new BlockInformation(); in retireBlock()