Home
last modified time | relevance | path

Searched refs:PCT_Real (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h288 enum ProfileCountType { PCT_Invalid, PCT_Real, PCT_Synthetic }; enumerator
327 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
/freebsd-13.1/contrib/llvm-project/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()
1879 ProfileCount(HotThreshold * MultiplyFactor, Function::PCT_Real)); in annotateAllFunctions()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h835 ProfileCount(Samples->getHeadSamples() + 1, Function::PCT_Real),
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1711 ProfileCount(Count.getValue(), Function::PCT_Real)); // FIXME in extractCodeRegion()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1960 F.setEntryCount(ProfileCount(initialEntryCount, Function::PCT_Real)); in runOnFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1881 return ProfileCount(Count, PCT_Real); in getEntryCount()