Home
last modified time | relevance | path

Searched refs:BlockCounts (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DProfileInfoLoader.h34 std::vector<unsigned> BlockCounts; variable
63 return BlockCounts; in getRawBlockCounts()
DProfileInfo.h60 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/
DProfileInfoLoader.cpp134 ReadProfilingBlock(ToolName, F, ShouldByteSwap, BlockCounts); in ProfileInfoLoader()
DProfileInfo.cpp61 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()