Searched defs:PerBlockIDStats (Results 1 - 1 of 1) sorted by relevance

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

Completed in 113 milliseconds