Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h82 std::map<unsigned, PerBlockIDStats> BlockIDStats; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp655 for (std::map<unsigned, PerBlockIDStats>::iterator I = BlockIDStats.begin(), in printStats()
656 E = BlockIDStats.end(); in printStats()
740 PerBlockIDStats &BlockStats = BlockIDStats[BlockID]; in parseBlock()