Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp133 addCount(Count); in addRecord()
239 addCount(Count); in addEntryCount()
247 addCount(Count); in addInternalCount()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h66 inline void addCount(uint64_t Count);
107 void ProfileSummaryBuilder::addCount(uint64_t Count) { in addCount() function