Searched refs:BlockCounts (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ProfileInfoLoader.h | 34 std::vector<unsigned> BlockCounts; variable 63 return BlockCounts; in getRawBlockCounts()
|
D | ProfileInfo.h | 60 typedef std::map<const BType*, double> BlockCounts; typedef 71 std::map<const FType*, BlockCounts> BlockInformation; 192 typename std::map<const FType*, BlockCounts>::iterator bwi = BlockInformation.find(F); 194 …for (typename BlockCounts::const_iterator bi = bwi->second.begin(), be = bwi->second.end(); bi != …
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ProfileInfoLoader.cpp | 134 ReadProfilingBlock(ToolName, F, ShouldByteSwap, BlockCounts); in ProfileInfoLoader()
|
D | ProfileInfo.cpp | 61 std::map<const Function*, BlockCounts>::iterator J = in getExecutionCount() 64 BlockCounts::iterator I = J->second.find(BB); in getExecutionCount() 126 std::map<const MachineFunction*, BlockCounts>::iterator J = in getExecutionCount() 129 BlockCounts::iterator I = J->second.find(MBB); in getExecutionCount() 203 std::map<const Function*, BlockCounts>::iterator J = in removeBlock()
|