Searched refs:setEntryCount (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
H A D | SummaryBasedOptimizations.cpp | 42 F->setEntryCount(InitialSyntheticCount); in initializeCounts() 71 F->setEntryCount( in computeSyntheticCounts()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | SyntheticCountsPropagation.cpp | 140 Entry.first->setEntryCount(ProfileCount( in run()
|
H A D | HotColdSplitting.cpp | 176 F.setEntryCount(0); in markFunctionCold()
|
H A D | PartialInlining.cpp | 1464 Cloner.OrigFunc->setEntryCount( in tryPartialInline()
|
H A D | SampleProfile.cpp | 1952 F.setEntryCount(ProfileCount(initialEntryCount, Function::PCT_Real)); in runOnFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Function.h | 322 void setEntryCount(ProfileCount Count, 326 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
|
H A D | ModuleSummaryIndex.h | 696 void setEntryCount(uint64_t EC) { EntryCount = EC; }
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | FunctionImportUtils.cpp | 207 F->setEntryCount(Function::ProfileCount(FS->entryCount(), in processGlobalForThinLTO()
|
H A D | CodeExtractor.cpp | 1707 newFunction->setEntryCount( in extractCodeRegion()
|
H A D | InlineFunction.cpp | 1643 Callee->setEntryCount(newEntryCount); in updateProfileCallee()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 1422 F.setEntryCount(ProfileCount(FuncEntryCount, Function::PCT_Real)); in populateCounters() 1712 F.setEntryCount(ProfileCount(NewEntryCount, Function::PCT_Real)); in fixFuncEntryCount() 1869 F.setEntryCount(ProfileCount(0, Function::PCT_Real)); in annotateAllFunctions() 1878 F.setEntryCount( in annotateAllFunctions()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Function.cpp | 1802 void Function::setEntryCount(ProfileCount Count, in setEntryCount() function in Function 1820 void Function::setEntryCount(uint64_t Count, Function::ProfileCountType Type, in setEntryCount() function in Function 1822 setEntryCount(ProfileCount(Count, Type), Imports); in setEntryCount()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | SampleProfileLoaderBaseImpl.h | 831 getFunction(F).setEntryCount(
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 939 Fn->setEntryCount(FunctionCount); in applyFunctionAttributes()
|