Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp309 MBBInfoMap BlockInfoMap; member in __anoncc3e7b3b0111::AMDGPUCFGStructurizer
321 MBBInfoMap::const_iterator It = BlockInfoMap.find(MBB); in getSCCNum()
322 if (It == BlockInfoMap.end()) in getSCCNum()
344 MBBInfoMap::const_iterator It = BlockInfoMap.find(MBB); in isRetiredBlock()
345 if (It == BlockInfoMap.end()) in isRetiredBlock()
832 for (MBBInfoMap::iterator It = BlockInfoMap.begin(), E = BlockInfoMap.end(); in run()
841 BlockInfoMap.clear(); in run()
1627 BlockInformation *&srcBlkInfo = BlockInfoMap[MBB]; in recordSccnum()
1636 BlockInformation *&SrcBlkInfo = BlockInfoMap[MBB]; in retireBlock()