Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp287 struct PerBlockIDStats { struct
307 PerBlockIDStats() in PerBlockIDStats() argument
312 static std::map<unsigned, PerBlockIDStats> BlockIDStats;
330 PerBlockIDStats &BlockStats = BlockIDStats[BlockID]; in ParseBlock()
549 for (std::map<unsigned, PerBlockIDStats>::iterator I = BlockIDStats.begin(), in AnalyzeBitcode()
556 const PerBlockIDStats &Stats = I->second; in AnalyzeBitcode()
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp386 struct PerBlockIDStats { struct
406 PerBlockIDStats() in PerBlockIDStats() argument
411 static std::map<unsigned, PerBlockIDStats> BlockIDStats;
480 PerBlockIDStats &BlockStats = BlockIDStats[BlockID]; in ParseBlock()
833 for (std::map<unsigned, PerBlockIDStats>::iterator I = BlockIDStats.begin(), in AnalyzeBitcode()
841 const PerBlockIDStats &Stats = I->second; in AnalyzeBitcode()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp418 struct PerBlockIDStats { struct
438 PerBlockIDStats() in PerBlockIDStats() argument
443 static std::map<unsigned, PerBlockIDStats> BlockIDStats;
506 PerBlockIDStats &BlockStats = BlockIDStats[BlockID]; in ParseBlock()
910 for (std::map<unsigned, PerBlockIDStats>::iterator I = BlockIDStats.begin(), in AnalyzeBitcode()
918 const PerBlockIDStats &Stats = I->second; in AnalyzeBitcode()