Searched refs:entryCount (Results 1 – 6 of 6) sorted by relevance
60 return F->entryCount(); in computeSyntheticCounts()72 SaturatingAdd(F->entryCount(), New.template toInt<uint64_t>())); in computeSyntheticCounts()
207 F->setEntryCount(Function::ProfileCount(FS->entryCount(), in processGlobalForThinLTO()
897 const uint64_t entryCount = f.getEntryCount(); in printFunctionDetails() local907 os << "function " << f.getName(options.Demangle) << " called " << entryCount in printFunctionDetails()908 << " returned " << formatPercentage(exitCount, entryCount) in printFunctionDetails()
444 uint64_t entryCount; member1157 pair.first->second.entryCount += FS->getEntrySamples(); in inlineHotFunctions()1891 updateProfileCallee(pair.first, pair.second.entryCount); in runOnModule()
693 uint64_t entryCount() const { return EntryCount; }
4231 NameVals.push_back(FS->entryCount()); in writeCombinedGlobalValueSummary()