/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | SyntheticCountsPropagation.cpp | 44 using ProfileCount = Function::ProfileCount; typedef
|
D | SampleProfile.cpp | 96 using ProfileCount = Function::ProfileCount; typedef
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | SyntheticCountsPropagation.cpp | 43 using ProfileCount = Function::ProfileCount; typedef
|
D | SampleProfile.cpp | 98 using ProfileCount = Function::ProfileCount; typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | MisExpect.cpp | 124 const uint64_t ProfileCount = Weights[Index]; in verifyMisExpect() local
|
D | CodeExtractor.cpp | 72 using ProfileCount = Function::ProfileCount; typedef
|
D | InlineFunction.cpp | 75 using ProfileCount = Function::ProfileCount; typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Function.h | 267 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/ |
D | Function.h | 289 ProfileCount() : Count(-1), PCT(PCT_Invalid) {} in ProfileCount() function 290 ProfileCount(uint64_t Count, ProfileCountType PCT) in ProfileCount() function
|
/external/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 37 uint64_t ProfileCount; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ModuleSummaryAnalysis.cpp | 126 static CalleeInfo::HotnessType getHotness(uint64_t ProfileCount, in getHotness()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | ControlHeightReduction.cpp | 1698 Optional<uint64_t> ProfileCount = BFI.getBlockProfileCount(EntryBlock); in transformScopes() local 1839 uint64_t ProfileCount) { in fixupBranchesAndSelects()
|
D | PGOInstrumentation.cpp | 124 using ProfileCount = Function::ProfileCount; typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | ControlHeightReduction.cpp | 1709 Optional<uint64_t> ProfileCount = BFI.getBlockProfileCount(EntryBlock); in transformScopes() local 1850 uint64_t ProfileCount) { in fixupBranchesAndSelects()
|
D | PGOInstrumentation.cpp | 124 using ProfileCount = Function::ProfileCount; typedef
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ModuleSummaryAnalysis.cpp | 126 static CalleeInfo::HotnessType getHotness(uint64_t ProfileCount, in getHotness()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Function.cpp | 69 using ProfileCount = Function::ProfileCount; typedef
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 75 using ProfileCount = Function::ProfileCount; typedef
|
D | InlineFunction.cpp | 75 using ProfileCount = Function::ProfileCount; typedef
|
/external/llvm-project/llvm/lib/IR/ |
D | Function.cpp | 71 using ProfileCount = Function::ProfileCount; typedef
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ShaderLang.cpp | 178 const int ProfileCount = 4; // index range in MapProfileToIndex variable
|
/external/dng_sdk/source/ |
D | dng_negative.cpp | 1236 uint32 dng_negative::ProfileCount () const in ProfileCount() function in dng_negative
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | ShaderLang.cpp | 182 const int ProfileCount = 4; // index range in MapProfileToIndex variable
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 6203 uint64_t ProfileCount = HasProfile ? Record[++I] : 0; in parseEntireSummary() local 6292 uint64_t ProfileCount = HasProfile ? Record[++I] : 0; in parseEntireSummary() local
|