Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDFunction.h284 enum ProfileCountType { PCT_Real, PCT_Synthetic }; enumerator
292 ProfileCountType PCT = PCT_Real;
312 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDSampleProfileLoaderBaseImpl.h1064 ProfileCount(Samples->getHeadSamples() + 1, Function::PCT_Real),
1097 ProfileCount(BlockWeights[EntryBB], Function::PCT_Real),
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDPGOInstrumentation.cpp1599 F.setEntryCount(ProfileCount(FuncEntryCount, Function::PCT_Real)); in populateCounters()
1968 F.setEntryCount(ProfileCount(NewEntryCount, Function::PCT_Real)); in fixFuncEntryCount()
2151 F.setEntryCount(ProfileCount(0, Function::PCT_Real)); in annotateAllFunctions()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDSampleProfile.cpp2269 F.setEntryCount(ProfileCount(initialEntryCount, Function::PCT_Real)); in runOnFunction()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDCodeExtractor.cpp1868 ProfileCount(*Count, Function::PCT_Real)); // FIXME in extractCodeRegion()
/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDFunction.cpp2059 return ProfileCount(Count, PCT_Real); in getEntryCount()