HomeSort by relevance Sort by last modified time
    Searched refs:BlockCounts (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ProfileInfoLoader.h 34 std::vector<unsigned> BlockCounts;
63 return BlockCounts;
ProfileInfo.h 60 typedef std::map<const BType*, double> BlockCounts;
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 != be; ++bi) {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ProfileInfoLoader.cpp 134 ReadProfilingBlock(ToolName, F, ShouldByteSwap, BlockCounts);
ProfileInfo.cpp 61 std::map<const Function*, BlockCounts>::iterator J =
64 BlockCounts::iterator I = J->second.find(BB);
126 std::map<const MachineFunction*, BlockCounts>::iterator J =
129 BlockCounts::iterator I = J->second.find(MBB);
203 std::map<const Function*, BlockCounts>::iterator J =
    [all...]

Completed in 358 milliseconds