Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h46 using ProfileCount = Function::ProfileCount; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSyntheticCountsPropagation.cpp43 using ProfileCount = Function::ProfileCount; typedef
H A DSampleProfile.cpp104 using ProfileCount = Function::ProfileCount; typedef
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h299 ProfileCount() : Count(-1), PCT(PCT_Invalid) {} in ProfileCount() function
300 ProfileCount(uint64_t Count, ProfileCountType PCT) in ProfileCount() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1697 Optional<uint64_t> ProfileCount = BFI.getBlockProfileCount(EntryBlock); in transformScopes() local
1838 uint64_t ProfileCount) { in fixupBranchesAndSelects()
H A DPGOInstrumentation.cpp124 using ProfileCount = Function::ProfileCount; typedef
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp125 static CalleeInfo::HotnessType getHotness(uint64_t ProfileCount, in getHotness()
H A DInlineCost.cpp640 auto ProfileCount = BFI->getBlockProfileCount(BB); in onBlockAnalyzed() local
765 auto ProfileCount = CalleeBFI->getBlockProfileCount(&BB); in costBenefitAnalysis() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp75 using ProfileCount = Function::ProfileCount; typedef
H A DInlineFunction.cpp78 using ProfileCount = Function::ProfileCount; typedef
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp73 using ProfileCount = Function::ProfileCount; typedef