Searched defs:BlockCounts (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DProfileInfoLoader.h34 std::vector<unsigned> BlockCounts; member in class:llvm::ProfileInfoLoader
63 return BlockCounts;
H A DProfileInfo.h61 typedef std::map<const BType*, double> BlockCounts; typedef in class:llvm::ProfileInfoT
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) {

Completed in 59 milliseconds