Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DAMDILCFGStructurizer.cpp349 MBBInfoMap BlockInfoMap; member in __anon0389e81c0311::AMDGPUCFGStructurizer
357 MBBInfoMap::const_iterator It = BlockInfoMap.find(MBB); in getSCCNum()
358 if (It == BlockInfoMap.end()) in getSCCNum()
384 MBBInfoMap::const_iterator It = BlockInfoMap.find(MBB); in isRetiredBlock()
385 if (It == BlockInfoMap.end()) in isRetiredBlock()
910 for (MBBInfoMap::iterator It = BlockInfoMap.begin(), E = BlockInfoMap.end(); in run()
921 BlockInfoMap.clear(); in run()
1806 BlockInformation *&srcBlkInfo = BlockInfoMap[MBB]; in recordSccnum()
1817 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()