Home
last modified time | relevance | path

Searched refs:BlockInformation (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp103 class BlockInformation { class
108 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()