Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp312 static std::map<unsigned, PerBlockIDStats> BlockIDStats; variable
330 PerBlockIDStats &BlockStats = BlockIDStats[BlockID]; in ParseBlock()
549 for (std::map<unsigned, PerBlockIDStats>::iterator I = BlockIDStats.begin(), in AnalyzeBitcode()
550 E = BlockIDStats.end(); I != E; ++I) { in AnalyzeBitcode()
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp411 static std::map<unsigned, PerBlockIDStats> BlockIDStats; variable
480 PerBlockIDStats &BlockStats = BlockIDStats[BlockID]; in ParseBlock()
833 for (std::map<unsigned, PerBlockIDStats>::iterator I = BlockIDStats.begin(), in AnalyzeBitcode()
834 E = BlockIDStats.end(); I != E; ++I) { in AnalyzeBitcode()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp443 static std::map<unsigned, PerBlockIDStats> BlockIDStats; variable
506 PerBlockIDStats &BlockStats = BlockIDStats[BlockID]; in ParseBlock()
910 for (std::map<unsigned, PerBlockIDStats>::iterator I = BlockIDStats.begin(), in AnalyzeBitcode()
911 E = BlockIDStats.end(); I != E; ++I) { in AnalyzeBitcode()