Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/llvm-bcanalyzer/
HDllvm-bcanalyzer.cpp322 struct PerBlockIDStats { struct
342 PerBlockIDStats() in PerBlockIDStats() function
347 static std::map<unsigned, PerBlockIDStats> BlockIDStats;
365 PerBlockIDStats &BlockStats = BlockIDStats[BlockID]; in ParseBlock()
639 for (std::map<unsigned, PerBlockIDStats>::iterator I = BlockIDStats.begin(), in AnalyzeBitcode()
647 const PerBlockIDStats &Stats = I->second; in AnalyzeBitcode()