Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h85 std::map<unsigned, PerBlockIDStats> BlockIDStats; variable
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp651 for (const auto &Stat : BlockIDStats) { in printStats()
734 PerBlockIDStats &BlockStats = BlockIDStats[BlockID]; in parseBlock()