Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h272 enum ProfileCountType { PCT_Real, PCT_Synthetic }; enumerator
280 ProfileCountType PCT = PCT_Real;
300 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h1036 ProfileCount(Samples->getHeadSamples() + 1, Function::PCT_Real),
1069 ProfileCount(BlockWeights[EntryBB], Function::PCT_Real),
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1545 F.setEntryCount(ProfileCount(FuncEntryCount, Function::PCT_Real)); in populateCounters()
1874 F.setEntryCount(ProfileCount(NewEntryCount, Function::PCT_Real)); in fixFuncEntryCount()
2046 F.setEntryCount(ProfileCount(0, Function::PCT_Real)); in annotateAllFunctions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1830 ProfileCount(*Count, Function::PCT_Real)); // FIXME in extractCodeRegion()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1963 return ProfileCount(Count, PCT_Real); in getEntryCount()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp2657 F.setEntryCount(ProfileCount(initialEntryCount, Function::PCT_Real)); in runOnFunction()