Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp334 MBBInfoMap BlockInfoMap; member in __anon50dd5f950111::AMDGPUCFGStructurizer
346 MBBInfoMap::const_iterator It = BlockInfoMap.find(MBB); in getSCCNum()
347 if (It == BlockInfoMap.end()) in getSCCNum()
369 MBBInfoMap::const_iterator It = BlockInfoMap.find(MBB); in isRetiredBlock()
370 if (It == BlockInfoMap.end()) in isRetiredBlock()
857 for (MBBInfoMap::iterator It = BlockInfoMap.begin(), E = BlockInfoMap.end(); in run()
866 BlockInfoMap.clear(); in run()
1652 BlockInformation *&srcBlkInfo = BlockInfoMap[MBB]; in recordSccnum()
1661 BlockInformation *&SrcBlkInfo = BlockInfoMap[MBB]; in retireBlock()