Searched refs:PCT_Real (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Function.h | 287 enum ProfileCountType { PCT_Invalid, PCT_Real, PCT_Synthetic }; enumerator 326 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 1422 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() 1879 ProfileCount(HotThreshold * MultiplyFactor, Function::PCT_Real)); in annotateAllFunctions()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| H A D | SampleProfileLoaderBaseImpl.h | 832 ProfileCount(Samples->getHeadSamples() + 1, Function::PCT_Real),
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 1952 F.setEntryCount(ProfileCount(initialEntryCount, Function::PCT_Real)); in runOnFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 1708 ProfileCount(Count.getValue(), Function::PCT_Real)); // FIXME in extractCodeRegion()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Function.cpp | 1836 return ProfileCount(Count, PCT_Real); in getEntryCount()
|