Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DSummaryBasedOptimizations.cpp42 F->setEntryCount(InitialSyntheticCount); in initializeCounts()
71 F->setEntryCount( in computeSyntheticCounts()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSyntheticCountsPropagation.cpp134 Entry.first->setEntryCount(ProfileCount( in run()
H A DHotColdSplitting.cpp210 F.setEntryCount(0); in markFunctionCold()
H A DPartialInlining.cpp1415 Cloner.OrigFunc->setEntryCount(Function::ProfileCount( in tryPartialInline()
H A DSampleProfile.cpp2269 F.setEntryCount(ProfileCount(initialEntryCount, Function::PCT_Real)); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h308 void setEntryCount(ProfileCount Count,
312 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
H A DModuleSummaryIndex.h965 void setEntryCount(uint64_t EC) { EntryCount = EC; }
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp232 F->setEntryCount(Function::ProfileCount(FS->entryCount(), in processGlobalForThinLTO()
H A DCodeExtractor.cpp1867 newFunction->setEntryCount( in extractCodeRegion()
H A DInlineFunction.cpp2019 Callee->setEntryCount(NewEntryCount); in updateProfileCallee()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h1063 getFunction(F).setEntryCount(
1096 getFunction(F).setEntryCount(
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1471 F.setEntryCount(Coverage[&F.getEntryBlock()] ? 10000 : 0); in populateCoverage()
1599 F.setEntryCount(ProfileCount(FuncEntryCount, Function::PCT_Real)); in populateCounters()
1968 F.setEntryCount(ProfileCount(NewEntryCount, Function::PCT_Real)); in fixFuncEntryCount()
2151 F.setEntryCount(ProfileCount(0, Function::PCT_Real)); in annotateAllFunctions()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp2026 void Function::setEntryCount(ProfileCount Count, in setEntryCount() function in Function
2043 void Function::setEntryCount(uint64_t Count, Function::ProfileCountType Type, in setEntryCount() function in Function
2045 setEntryCount(ProfileCount(Count, Type), Imports); in setEntryCount()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1188 Fn->setEntryCount(FunctionCount); in applyFunctionAttributes()