Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp312 static std::map<unsigned, PerBlockIDStats> BlockIDStats; variable
330 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()