Searched refs:PerBlockIDStats (Results 1 – 3 of 3) sorted by relevance
287 struct PerBlockIDStats { struct307 PerBlockIDStats() in PerBlockIDStats() argument312 static std::map<unsigned, PerBlockIDStats> BlockIDStats;330 PerBlockIDStats &BlockStats = BlockIDStats[BlockID]; in ParseBlock()549 for (std::map<unsigned, PerBlockIDStats>::iterator I = BlockIDStats.begin(), in AnalyzeBitcode()556 const PerBlockIDStats &Stats = I->second; in AnalyzeBitcode()
386 struct PerBlockIDStats { struct406 PerBlockIDStats() in PerBlockIDStats() argument411 static std::map<unsigned, PerBlockIDStats> BlockIDStats;480 PerBlockIDStats &BlockStats = BlockIDStats[BlockID]; in ParseBlock()833 for (std::map<unsigned, PerBlockIDStats>::iterator I = BlockIDStats.begin(), in AnalyzeBitcode()841 const PerBlockIDStats &Stats = I->second; in AnalyzeBitcode()
418 struct PerBlockIDStats { struct438 PerBlockIDStats() in PerBlockIDStats() argument443 static std::map<unsigned, PerBlockIDStats> BlockIDStats;506 PerBlockIDStats &BlockStats = BlockIDStats[BlockID]; in ParseBlock()910 for (std::map<unsigned, PerBlockIDStats>::iterator I = BlockIDStats.begin(), in AnalyzeBitcode()918 const PerBlockIDStats &Stats = I->second; in AnalyzeBitcode()