Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunctionProfile.cpp261 auto CountMergeI = JTMergeI->second->Counts.begin(); in mergeProfileDataInto() local
263 CountMergeI->Count += JI.Count; in mergeProfileDataInto()
264 CountMergeI->Mispreds += JI.Mispreds; in mergeProfileDataInto()
265 ++CountMergeI; in mergeProfileDataInto()
267 assert(CountMergeI == JTMergeI->second->Counts.end()); in mergeProfileDataInto()