Searched refs:setEntryCount (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | SummaryBasedOptimizations.cpp | 42 F->setEntryCount(InitialSyntheticCount); in initializeCounts() 71 F->setEntryCount( in computeSyntheticCounts()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SyntheticCountsPropagation.cpp | 134 Entry.first->setEntryCount(ProfileCount( in run()
|
H A D | HotColdSplitting.cpp | 210 F.setEntryCount(0); in markFunctionCold()
|
H A D | PartialInlining.cpp | 1415 Cloner.OrigFunc->setEntryCount(Function::ProfileCount( in tryPartialInline()
|
H A D | SampleProfile.cpp | 2269 F.setEntryCount(ProfileCount(initialEntryCount, Function::PCT_Real)); in runOnFunction()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Function.h | 308 void setEntryCount(ProfileCount Count, 312 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
|
H A D | ModuleSummaryIndex.h | 965 void setEntryCount(uint64_t EC) { EntryCount = EC; }
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FunctionImportUtils.cpp | 232 F->setEntryCount(Function::ProfileCount(FS->entryCount(), in processGlobalForThinLTO()
|
H A D | CodeExtractor.cpp | 1867 newFunction->setEntryCount( in extractCodeRegion()
|
H A D | InlineFunction.cpp | 2019 Callee->setEntryCount(NewEntryCount); in updateProfileCallee()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SampleProfileLoaderBaseImpl.h | 1063 getFunction(F).setEntryCount( 1096 getFunction(F).setEntryCount(
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 1471 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 D | Function.cpp | 2026 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 D | CodeGenPGO.cpp | 1188 Fn->setEntryCount(FunctionCount); in applyFunctionAttributes()
|