Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h66 struct PerBlockIDStats { struct
80 PerBlockIDStats() = default; argument
83 std::map<unsigned, PerBlockIDStats> BlockIDStats;
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp673 const PerBlockIDStats &Stats = Stat.second; in printStats()
749 PerBlockIDStats &BlockStats = BlockIDStats[BlockID]; in parseBlock()