Home
last modified time | relevance | path

Searched defs:ProfileCount (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h50 using ProfileCount = Function::ProfileCount; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSyntheticCountsPropagation.cpp38 using ProfileCount = Function::ProfileCount; typedef
H A DSampleProfile.cpp98 using ProfileCount = Function::ProfileCount; typedef
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp40 using ProfileCount = Function::ProfileCount; typedef
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h295 ProfileCount(uint64_t Count, ProfileCountType PCT) in ProfileCount() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1704 std::optional<uint64_t> ProfileCount = BFI.getBlockProfileCount(EntryBlock); in transformScopes() local
1851 uint64_t ProfileCount) { in fixupBranchesAndSelects()
H A DPGOInstrumentation.cpp130 using ProfileCount = Function::ProfileCount; typedef
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp161 static CalleeInfo::HotnessType getHotness(uint64_t ProfileCount, in getHotness()
H A DInlineCost.cpp760 auto ProfileCount = BFI->getBlockProfileCount(BB); in onBlockAnalyzed() local
913 auto ProfileCount = CalleeBFI->getBlockProfileCount(&BB); in costBenefitAnalysis() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp72 using ProfileCount = Function::ProfileCount; typedef
H A DInlineFunction.cpp85 using ProfileCount = Function::ProfileCount; typedef
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp76 using ProfileCount = Function::ProfileCount; typedef