Searched refs:setEntryCount (Results 1 – 16 of 16) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | SummaryBasedOptimizations.cpp | 42 F->setEntryCount(InitialSyntheticCount); in initializeCounts() 71 F->setEntryCount( in computeSyntheticCounts()
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | BlockFrequencyInfoTest.cpp | 61 F->setEntryCount(100); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | SyntheticCountsPropagation.cpp | 134 Entry.first->setEntryCount(ProfileCount( in run()
|
| H A D | HotColdSplitting.cpp | 165 F.setEntryCount(0); in markFunctionCold()
|
| H A D | PartialInlining.cpp | 1465 Cloner.OrigFunc->setEntryCount(Function::ProfileCount( in tryPartialInline()
|
| H A D | SampleProfile.cpp | 2126 F.setEntryCount(ProfileCount(initialEntryCount, Function::PCT_Real)); in runOnFunction()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Function.h | 272 void setEntryCount(ProfileCount Count, 276 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
|
| H A D | ModuleSummaryIndex.h | 755 void setEntryCount(uint64_t EC) { EntryCount = EC; }
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | FunctionImportUtils.cpp | 212 F->setEntryCount(Function::ProfileCount(FS->entryCount(), in processGlobalForThinLTO()
|
| H A D | CodeExtractor.cpp | 1780 newFunction->setEntryCount( in extractCodeRegion()
|
| H A D | InlineFunction.cpp | 1671 Callee->setEntryCount(NewEntryCount); in updateProfileCallee()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | SampleProfileLoaderBaseImpl.h | 893 getFunction(F).setEntryCount( 927 getFunction(F).setEntryCount(
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 1374 F.setEntryCount(ProfileCount(FuncEntryCount, Function::PCT_Real)); in populateCounters() 1652 F.setEntryCount(ProfileCount(NewEntryCount, Function::PCT_Real)); in fixFuncEntryCount() 1821 F.setEntryCount(ProfileCount(0, Function::PCT_Real)); in annotateAllFunctions() 1830 F.setEntryCount( in annotateAllFunctions()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Function.cpp | 1973 void Function::setEntryCount(ProfileCount Count, in setEntryCount() function in Function 1990 void Function::setEntryCount(uint64_t Count, Function::ProfileCountType Type, in setEntryCount() function in Function 1992 setEntryCount(ProfileCount(Count, Type), Imports); in setEntryCount()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 947 Fn->setEntryCount(FunctionCount); in applyFunctionAttributes()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | MetadataTest.cpp | 3460 F->setEntryCount(12304, Function::PCT_Real); in TEST_F() 3470 F->setEntryCount(123, Function::PCT_Synthetic); in TEST_F()
|