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

  /external/llvm/include/llvm/Analysis/
ProfileInfoLoader.h 33 std::vector<unsigned> BlockCounts;
60 return BlockCounts;
ProfileInfo.h 61 typedef std::map<const BType*, double> BlockCounts;
72 std::map<const FType*, BlockCounts> BlockInformation;
191 typename std::map<const FType*, BlockCounts>::iterator bwi = BlockInformation.find(F);
193 for (typename BlockCounts::const_iterator bi = bwi->second.begin(), be = bwi->second.end(); bi != be; ++bi) {
  /external/llvm/lib/Analysis/
ProfileInfoLoader.cpp 132 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 763 milliseconds