Searched refs:setEntryCount (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOCtxProfFlattening.cpp | 52 F.setEntryCount(RawCounters[0]); in assignProfileData() 84 F.setEntryCount(0U); in clearColdFunctionProfile()
|
| H A D | PGOInstrumentation.cpp | 1549 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 D | Function.h | 316 void setEntryCount(ProfileCount Count, 320 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Function.cpp | 1099 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 D | SampleProfileLoaderBaseImpl.h | 1060 getFunction(F).setEntryCount( 1093 getFunction(F).setEntryCount(
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | HotColdSplitting.cpp | 209 F.setEntryCount(0); in markFunctionCold()
|
| H A D | PartialInlining.cpp | 1406 Cloner.OrigFunc->setEntryCount(Function::ProfileCount( in tryPartialInline()
|
| H A D | SampleProfile.cpp | 2291 F.setEntryCount(ProfileCount(initialEntryCount, Function::PCT_Real)); in runOnFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | TailRecursionElimination.cpp | 779 F.setEntryCount(OldEntryCount - ToSubtract, F.getEntryCount()->getType()); in eliminateCall()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 1186 Fn->setEntryCount(FunctionCount); in applyFunctionAttributes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 1058 newFunction->setEntryCount( in constructFunctionDeclaration()
|
| H A D | InlineFunction.cpp | 2107 Callee->setEntryCount(NewEntryCount); in updateProfileCallee()
|