Searched refs:setEntryCount (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | SummaryBasedOptimizations.cpp | 40 F->setEntryCount(InitialSyntheticCount); in initializeCounts() 69 F->setEntryCount( in computeSyntheticCounts()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | SyntheticCountsPropagation.cpp | 142 Entry.first->setEntryCount(ProfileCount( in run()
|
| H A D | SampleProfile.cpp | 1474 F.setEntryCount( in emitAnnotations() 1629 F.setEntryCount(ProfileCount(initialEntryCount, Function::PCT_Real)); in runOnFunction()
|
| H A D | PartialInlining.cpp | 1415 Cloner.OrigFunc->setEntryCount( in tryPartialInline()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Function.h | 291 void setEntryCount(ProfileCount Count, 295 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
|
| H A D | ModuleSummaryIndex.h | 573 void setEntryCount(uint64_t EC) { EntryCount = EC; }
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | FunctionImportUtils.cpp | 216 F->setEntryCount(Function::ProfileCount(FS->entryCount(), in processGlobalForThinLTO()
|
| H A D | CodeExtractor.cpp | 1379 newFunction->setEntryCount( in extractCodeRegion()
|
| H A D | InlineFunction.cpp | 1491 Callee->setEntryCount(CalleeCount); in updateCalleeCount()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Function.cpp | 1363 void Function::setEntryCount(ProfileCount Count, in setEntryCount() function in Function 1376 void Function::setEntryCount(uint64_t Count, Function::ProfileCountType Type, in setEntryCount() function in Function 1378 setEntryCount(ProfileCount(Count, Type), Imports); in setEntryCount()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 1150 F.setEntryCount(ProfileCount(FuncEntryCount, Function::PCT_Real)); in populateCounters() 1486 F.setEntryCount(ProfileCount(0, Function::PCT_Real)); in annotateAllFunctions()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 890 Fn->setEntryCount(FunctionCount); in applyFunctionAttributes()
|