Home
last modified time | relevance | path

Searched defs:ProfileCount (Results 1 – 11 of 11) 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/CodeGen/
H A DMIRSampleProfile.cpp40 using ProfileCount = Function::ProfileCount; typedef
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h303 ProfileCount(uint64_t Count, ProfileCountType PCT) in ProfileCount() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1694 std::optional<uint64_t> ProfileCount = BFI.getBlockProfileCount(EntryBlock); in transformScopes() local
1841 uint64_t ProfileCount) { in fixupBranchesAndSelects()
H A DPGOInstrumentation.cpp131 using ProfileCount = Function::ProfileCount; typedef
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp167 static CalleeInfo::HotnessType getHotness(uint64_t ProfileCount, in getHotness()
H A DInlineCost.cpp858 auto ProfileCount = BFI->getBlockProfileCount(BB); in onBlockAnalyzed() local
1012 auto ProfileCount = CalleeBFI->getBlockProfileCount(&BB); in costBenefitAnalysis() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp59 using ProfileCount = Function::ProfileCount; typedef
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp97 using ProfileCount = Function::ProfileCount; typedef
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp71 using ProfileCount = Function::ProfileCount; typedef
H A DInlineFunction.cpp90 using ProfileCount = Function::ProfileCount; typedef