Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFunction.h247 enum ProfileCountType { PCT_Real, PCT_Synthetic }; enumerator
255 ProfileCountType PCT = PCT_Real;
275 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h893 ProfileCount(Samples->getHeadSamples() + 1, Function::PCT_Real),
926 ProfileCount(BlockWeights[EntryBB], Function::PCT_Real),
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1654 F.setEntryCount(ProfileCount(FuncEntryCount, Function::PCT_Real)); in populateCounters()
1977 F.setEntryCount(ProfileCount(NewEntryCount, Function::PCT_Real)); in fixFuncEntryCount()
2154 F.setEntryCount(ProfileCount(0, Function::PCT_Real)); in annotateAllFunctions()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1791 ProfileCount(*Count, Function::PCT_Real)); // FIXME in extractCodeRegion()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp2309 F.setEntryCount(ProfileCount(initialEntryCount, Function::PCT_Real)); in runOnFunction()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp2092 return ProfileCount(Count, PCT_Real); in getEntryCount()