Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp334 MBBInfoMap BlockInfoMap; member in __anon4bd2a1920311::AMDGPUCFGStructurizer
342 MBBInfoMap::const_iterator It = BlockInfoMap.find(MBB); in getSCCNum()
343 if (It == BlockInfoMap.end()) in getSCCNum()
365 MBBInfoMap::const_iterator It = BlockInfoMap.find(MBB); in isRetiredBlock()
366 if (It == BlockInfoMap.end()) in isRetiredBlock()
870 for (MBBInfoMap::iterator It = BlockInfoMap.begin(), E = BlockInfoMap.end(); in run()
881 BlockInfoMap.clear(); in run()
1712 BlockInformation *&srcBlkInfo = BlockInfoMap[MBB]; in recordSccnum()
1723 BlockInformation *&SrcBlkInfo = BlockInfoMap[MBB]; in retireBlock()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp284 typedef std::map<BlockT *, BlockInfo *> BlockInfoMap; typedef in llvmCFGStruct::CFGStructurizer
403 BlockInfoMap blockInfoMap;
415 for (typename BlockInfoMap::iterator I = blockInfoMap.begin(), in ~CFGStructurizer()
672 for (typename BlockInfoMap::iterator iterMap = blockInfoMap.begin(), in run()