Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp303 MBBInfoMap BlockInfoMap; member in __anonfadc86c60211::R600MachineCFGStructurizer
315 MBBInfoMap::const_iterator It = BlockInfoMap.find(MBB); in getSCCNum()
316 if (It == BlockInfoMap.end()) in getSCCNum()
338 MBBInfoMap::const_iterator It = BlockInfoMap.find(MBB); in isRetiredBlock()
339 if (It == BlockInfoMap.end()) in isRetiredBlock()
820 for (auto &It : BlockInfoMap) { in run()
828 BlockInfoMap.clear(); in run()
1601 BlockInformation *&srcBlkInfo = BlockInfoMap[MBB]; in recordSccnum()
1610 BlockInformation *&SrcBlkInfo = BlockInfoMap[MBB]; in retireBlock()