Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfFlattening.cpp52 F.setEntryCount(RawCounters[0]); in assignProfileData()
84 F.setEntryCount(0U); in clearColdFunctionProfile()
H A DPGOInstrumentation.cpp1549 F.setEntryCount(Coverage[&F.getEntryBlock()] ? 10000 : 0); in populateCoverage()
1682 F.setEntryCount(ProfileCount(FuncEntryCount, Function::PCT_Real)); in populateCounters()
2070 F.setEntryCount(ProfileCount(NewEntryCount, Function::PCT_Real)); in fixFuncEntryCount()
2262 F.setEntryCount(ProfileCount(0, Function::PCT_Real)); in annotateAllFunctions()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h316 void setEntryCount(ProfileCount Count,
320 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1099 void Function::setEntryCount(ProfileCount Count, in setEntryCount() function in Function
1116 void Function::setEntryCount(uint64_t Count, Function::ProfileCountType Type, in setEntryCount() function in Function
1118 setEntryCount(ProfileCount(Count, Type), Imports); in setEntryCount()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h1060 getFunction(F).setEntryCount(
1093 getFunction(F).setEntryCount(
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp209 F.setEntryCount(0); in markFunctionCold()
H A DPartialInlining.cpp1406 Cloner.OrigFunc->setEntryCount(Function::ProfileCount( in tryPartialInline()
H A DSampleProfile.cpp2291 F.setEntryCount(ProfileCount(initialEntryCount, Function::PCT_Real)); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp779 F.setEntryCount(OldEntryCount - ToSubtract, F.getEntryCount()->getType()); in eliminateCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1186 Fn->setEntryCount(FunctionCount); in applyFunctionAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1058 newFunction->setEntryCount( in constructFunctionDeclaration()
H A DInlineFunction.cpp2107 Callee->setEntryCount(NewEntryCount); in updateProfileCallee()