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

/external/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp285 struct PerBlockIDStats { struct
305 PerBlockIDStats() function in struct:PerBlockIDStats
310 static std::map<unsigned, PerBlockIDStats> BlockIDStats;
328 PerBlockIDStats &BlockStats = BlockIDStats[BlockID];
546 for (std::map<unsigned, PerBlockIDStats>::iterator I = BlockIDStats.begin(),
553 const PerBlockIDStats &Stats = I->second;

Completed in 53 milliseconds