Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h66 struct PerBlockIDStats { struct
80 PerBlockIDStats() in PerBlockIDStats() argument
85 std::map<unsigned, PerBlockIDStats> BlockIDStats;
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp665 const PerBlockIDStats &Stats = Stat.second; in printStats()
741 PerBlockIDStats &BlockStats = BlockIDStats[BlockID]; in parseBlock()