Searched refs:setEntryCount (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/LTO/ |
| H A D | SummaryBasedOptimizations.cpp | 42 F->setEntryCount(InitialSyntheticCount); in initializeCounts() 71 F->setEntryCount( in computeSyntheticCounts()
|
| /openbsd-src/gnu/llvm/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 | 1461 Cloner.OrigFunc->setEntryCount(Function::ProfileCount( in tryPartialInline()
|
| H A D | SampleProfile.cpp | 2309 F.setEntryCount(ProfileCount(initialEntryCount, Function::PCT_Real)); in runOnFunction()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Function.h | 271 void setEntryCount(ProfileCount Count, 275 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
|
| H A D | ModuleSummaryIndex.h | 855 void setEntryCount(uint64_t EC) { EntryCount = EC; }
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | FunctionImportUtils.cpp | 232 F->setEntryCount(Function::ProfileCount(FS->entryCount(), in processGlobalForThinLTO()
|
| H A D | CodeExtractor.cpp | 1790 newFunction->setEntryCount( in extractCodeRegion()
|
| H A D | InlineFunction.cpp | 1893 Callee->setEntryCount(NewEntryCount); in updateProfileCallee()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| H A D | SampleProfileLoaderBaseImpl.h | 892 getFunction(F).setEntryCount( 925 getFunction(F).setEntryCount(
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 1654 F.setEntryCount(ProfileCount(FuncEntryCount, Function::PCT_Real)); in populateCounters() 1977 F.setEntryCount(ProfileCount(NewEntryCount, Function::PCT_Real)); in fixFuncEntryCount() 2154 F.setEntryCount(ProfileCount(0, Function::PCT_Real)); in annotateAllFunctions()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Function.cpp | 2059 void Function::setEntryCount(ProfileCount Count, in setEntryCount() function in Function 2076 void Function::setEntryCount(uint64_t Count, Function::ProfileCountType Type, in setEntryCount() function in Function 2078 setEntryCount(ProfileCount(Count, Type), Imports); in setEntryCount()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 950 Fn->setEntryCount(FunctionCount); in applyFunctionAttributes()
|