Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DSyntheticCountsPropagation.cpp44 using ProfileCount = Function::ProfileCount; typedef
DSampleProfile.cpp90 using ProfileCount = Function::ProfileCount; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DFunction.h254 ProfileCount() : Count(-1), PCT(PCT_Invalid) {} in ProfileCount() function
255 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-7.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp121 static CalleeInfo::HotnessType getHotness(uint64_t ProfileCount, in getHotness()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp69 using ProfileCount = Function::ProfileCount; typedef
DInlineFunction.cpp75 using ProfileCount = Function::ProfileCount; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp58 using ProfileCount = Function::ProfileCount; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp122 using ProfileCount = Function::ProfileCount; typedef
/external/deqp-deps/glslang/glslang/MachineIndependent/
DShaderLang.cpp175 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