Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp287 struct PerBlockIDStats { struct
307 PerBlockIDStats() in PerBlockIDStats() argument
312 static std::map<unsigned, PerBlockIDStats> BlockIDStats;
330 PerBlockIDStats &BlockStats = BlockIDStats[BlockID]; in ParseBlock()
552 for (std::map<unsigned, PerBlockIDStats>::iterator I = BlockIDStats.begin(), in AnalyzeBitcode()
559 const PerBlockIDStats &Stats = I->second; in AnalyzeBitcode()