Home
last modified time | relevance | path

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

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