Searched refs:PCT_Real (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Function.h | 292 enum ProfileCountType { PCT_Real, PCT_Synthetic }; enumerator 300 ProfileCountType PCT = PCT_Real; 320 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | SampleProfileLoaderBaseImpl.h | 1061 ProfileCount(Samples->getHeadSamples() + 1, Function::PCT_Real), 1094 ProfileCount(BlockWeights[EntryBB], Function::PCT_Real),
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 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/lib/IR/ |
| H A D | Function.cpp | 1132 return ProfileCount(Count, PCT_Real); in getEntryCount()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 2291 F.setEntryCount(ProfileCount(initialEntryCount, Function::PCT_Real)); in runOnFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 1059 ProfileCount(*Count, Function::PCT_Real)); // FIXME in constructFunctionDeclaration()
|