Home
last modified time | relevance | path

Searched refs:setEntryCount (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/LTO/
H A DSummaryBasedOptimizations.cpp40 F->setEntryCount(InitialSyntheticCount); in initializeCounts()
69 F->setEntryCount( in computeSyntheticCounts()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DSyntheticCountsPropagation.cpp142 Entry.first->setEntryCount(ProfileCount( in run()
H A DSampleProfile.cpp1474 F.setEntryCount( in emitAnnotations()
1629 F.setEntryCount(ProfileCount(initialEntryCount, Function::PCT_Real)); in runOnFunction()
H A DPartialInlining.cpp1415 Cloner.OrigFunc->setEntryCount( in tryPartialInline()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DFunction.h291 void setEntryCount(ProfileCount Count,
295 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
H A DModuleSummaryIndex.h573 void setEntryCount(uint64_t EC) { EntryCount = EC; }
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp216 F->setEntryCount(Function::ProfileCount(FS->entryCount(), in processGlobalForThinLTO()
H A DCodeExtractor.cpp1379 newFunction->setEntryCount( in extractCodeRegion()
H A DInlineFunction.cpp1491 Callee->setEntryCount(CalleeCount); in updateCalleeCount()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DFunction.cpp1363 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 DPGOInstrumentation.cpp1150 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 DCodeGenPGO.cpp890 Fn->setEntryCount(FunctionCount); in applyFunctionAttributes()