Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DSummaryBasedOptimizations.cpp42 F->setEntryCount(InitialSyntheticCount); in initializeCounts()
71 F->setEntryCount( in computeSyntheticCounts()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSyntheticCountsPropagation.cpp140 Entry.first->setEntryCount(ProfileCount( in run()
H A DHotColdSplitting.cpp176 F.setEntryCount(0); in markFunctionCold()
H A DPartialInlining.cpp1464 Cloner.OrigFunc->setEntryCount( in tryPartialInline()
H A DSampleProfile.cpp1952 F.setEntryCount(ProfileCount(initialEntryCount, Function::PCT_Real)); in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h322 void setEntryCount(ProfileCount Count,
326 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
H A DModuleSummaryIndex.h696 void setEntryCount(uint64_t EC) { EntryCount = EC; }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp207 F->setEntryCount(Function::ProfileCount(FS->entryCount(), in processGlobalForThinLTO()
H A DCodeExtractor.cpp1707 newFunction->setEntryCount( in extractCodeRegion()
H A DInlineFunction.cpp1643 Callee->setEntryCount(newEntryCount); in updateProfileCallee()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1422 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 DFunction.cpp1802 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 DSampleProfileLoaderBaseImpl.h831 getFunction(F).setEntryCount(
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp939 Fn->setEntryCount(FunctionCount); in applyFunctionAttributes()