Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/IPO/
DSyntheticCountsPropagation.cpp43 using ProfileCount = Function::ProfileCount; typedef
DSampleProfile.cpp98 using ProfileCount = Function::ProfileCount; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSyntheticCountsPropagation.cpp44 using ProfileCount = Function::ProfileCount; typedef
DSampleProfile.cpp96 using ProfileCount = Function::ProfileCount; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DMisExpect.cpp124 const uint64_t ProfileCount = Weights[Index]; in verifyMisExpect() local
DCodeExtractor.cpp72 using ProfileCount = Function::ProfileCount; typedef
DInlineFunction.cpp75 using ProfileCount = Function::ProfileCount; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h267 ProfileCount() : Count(-1), PCT(PCT_Invalid) {} in ProfileCount() function
268 ProfileCount(uint64_t Count, ProfileCountType PCT) in ProfileCount() function
/external/llvm-project/llvm/include/llvm/IR/
DFunction.h289 ProfileCount() : Count(-1), PCT(PCT_Invalid) {} in ProfileCount() function
290 ProfileCount(uint64_t Count, ProfileCountType PCT) in ProfileCount() function
/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h37 uint64_t ProfileCount; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp126 static CalleeInfo::HotnessType getHotness(uint64_t ProfileCount, in getHotness()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp1698 Optional<uint64_t> ProfileCount = BFI.getBlockProfileCount(EntryBlock); in transformScopes() local
1839 uint64_t ProfileCount) { in fixupBranchesAndSelects()
DPGOInstrumentation.cpp124 using ProfileCount = Function::ProfileCount; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp1709 Optional<uint64_t> ProfileCount = BFI.getBlockProfileCount(EntryBlock); in transformScopes() local
1850 uint64_t ProfileCount) { in fixupBranchesAndSelects()
DPGOInstrumentation.cpp124 using ProfileCount = Function::ProfileCount; typedef
/external/llvm-project/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp126 static CalleeInfo::HotnessType getHotness(uint64_t ProfileCount, in getHotness()
/external/llvm-project/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp75 using ProfileCount = Function::ProfileCount; typedef
DInlineFunction.cpp75 using ProfileCount = Function::ProfileCount; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp69 using ProfileCount = Function::ProfileCount; typedef
/external/llvm-project/llvm/lib/IR/
DFunction.cpp71 using ProfileCount = Function::ProfileCount; typedef
/external/deqp-deps/glslang/glslang/MachineIndependent/
DShaderLang.cpp178 const int ProfileCount = 4; // index range in MapProfileToIndex variable
/external/dng_sdk/source/
Ddng_negative.cpp1236 uint32 dng_negative::ProfileCount () const in ProfileCount() function in dng_negative
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6203 uint64_t ProfileCount = HasProfile ? Record[++I] : 0; in parseEntireSummary() local
6292 uint64_t ProfileCount = HasProfile ? Record[++I] : 0; in parseEntireSummary() local