Searched refs:BlockIDStats (Results 1 – 1 of 1) sorted by relevance
312 static std::map<unsigned, PerBlockIDStats> BlockIDStats; variable330 PerBlockIDStats &BlockStats = BlockIDStats[BlockID]; in ParseBlock()552 for (std::map<unsigned, PerBlockIDStats>::iterator I = BlockIDStats.begin(), in AnalyzeBitcode()553 E = BlockIDStats.end(); I != E; ++I) { in AnalyzeBitcode()