Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp312 MBBInfoMap BlockInfoMap; member in __anon065ca6d30111::R600MachineCFGStructurizer
324 MBBInfoMap::const_iterator It = BlockInfoMap.find(MBB); in getSCCNum()
325 if (It == BlockInfoMap.end()) in getSCCNum()
347 MBBInfoMap::const_iterator It = BlockInfoMap.find(MBB); in isRetiredBlock()
348 if (It == BlockInfoMap.end()) in isRetiredBlock()
829 for (auto &It : BlockInfoMap) { in run()
837 BlockInfoMap.clear(); in run()
1612 BlockInformation *&srcBlkInfo = BlockInfoMap[MBB]; in recordSccnum()
1621 BlockInformation *&SrcBlkInfo = BlockInfoMap[MBB]; in retireBlock()