Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp124 addCount(Count); in addRecord()
230 addCount(Count); in addEntryCount()
238 addCount(Count); in addInternalCount()
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h65 inline void addCount(uint64_t Count);
106 void ProfileSummaryBuilder::addCount(uint64_t Count) { in addCount() function