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.h49 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.cpp97 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.h283 ProfileCount(uint64_t Count, ProfileCountType PCT) in ProfileCount() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1703 std::optional<uint64_t> ProfileCount = BFI.getBlockProfileCount(EntryBlock); in transformScopes() local
1850 uint64_t ProfileCount) { in fixupBranchesAndSelects()
H A DPGOInstrumentation.cpp128 using ProfileCount = Function::ProfileCount; typedef
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp130 static CalleeInfo::HotnessType getHotness(uint64_t ProfileCount, in getHotness()
H A DInlineCost.cpp754 auto ProfileCount = BFI->getBlockProfileCount(BB); in onBlockAnalyzed() local
907 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.cpp82 using ProfileCount = Function::ProfileCount; typedef
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp74 using ProfileCount = Function::ProfileCount; typedef