Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DSummaryBasedOptimizations.cpp60 return F->entryCount(); in computeSyntheticCounts()
72 SaturatingAdd(F->entryCount(), New.template toInt<uint64_t>())); in computeSyntheticCounts()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp207 F->setEntryCount(Function::ProfileCount(FS->entryCount(), in processGlobalForThinLTO()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DGCOV.cpp897 const uint64_t entryCount = f.getEntryCount(); in printFunctionDetails() local
907 os << "function " << f.getName(options.Demangle) << " called " << entryCount in printFunctionDetails()
908 << " returned " << formatPercentage(exitCount, entryCount) in printFunctionDetails()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp444 uint64_t entryCount; member
1157 pair.first->second.entryCount += FS->getEntrySamples(); in inlineHotFunctions()
1891 updateProfileCallee(pair.first, pair.second.entryCount); in runOnModule()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h693 uint64_t entryCount() const { return EntryCount; }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4231 NameVals.push_back(FS->entryCount()); in writeCombinedGlobalValueSummary()