Searched refs:OffsetTo (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/bolt/lib/Profile/ |
| H A D | DataReader.cpp | 154 void FuncBranchData::bumpBranchCount(uint64_t OffsetFrom, uint64_t OffsetTo, in bumpBranchCount() argument 156 auto Iter = IntraIndex[OffsetFrom].find(OffsetTo); in bumpBranchCount() 159 Location(true, Name, OffsetTo), Mispreds, Count); in bumpBranchCount() 160 IntraIndex[OffsetFrom][OffsetTo] = Data.size() - 1; in bumpBranchCount() 181 void FuncBranchData::bumpEntryCount(const Location &From, uint64_t OffsetTo, in bumpEntryCount() argument 183 auto Iter = EntryIndex[OffsetTo].find(From); in bumpEntryCount() 184 if (Iter == EntryIndex[OffsetTo].end()) { in bumpEntryCount() 185 EntryData.emplace_back(From, Location(true, Name, OffsetTo), Mispreds, in bumpEntryCount() 187 EntryIndex[OffsetTo][From] = EntryData.size() - 1; in bumpEntryCount()
|
| /llvm-project-15.0.7/bolt/include/bolt/Profile/ |
| H A D | DataReader.h | 149 void bumpBranchCount(uint64_t OffsetFrom, uint64_t OffsetTo, uint64_t Count, 153 void bumpEntryCount(const Location &From, uint64_t OffsetTo, uint64_t Count,
|