/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ProfileSummary.h | 34 uint64_t NumCounts; ///< Number of counts >= the minimum count. member 38 : Cutoff(TheCutoff), MinCount(TheMinCount), NumCounts(TheNumCounts) {} in ProfileSummaryEntry() 51 uint32_t NumCounts, NumFunctions; variable 61 uint32_t NumCounts, uint32_t NumFunctions) in ProfileSummary() argument 65 NumCounts(NumCounts), NumFunctions(NumFunctions) {} in ProfileSummary() 75 uint32_t getNumCounts() { return NumCounts; } in getNumCounts()
|
/external/llvm/include/llvm/IR/ |
D | ProfileSummary.h | 39 uint64_t NumCounts; ///< Number of counts >= the minimum count. member 42 : Cutoff(TheCutoff), MinCount(TheMinCount), NumCounts(TheNumCounts) {} in ProfileSummaryEntry() 56 uint32_t NumCounts, NumFunctions; variable 65 uint32_t NumCounts, uint32_t NumFunctions) in ProfileSummary() argument 69 NumCounts(NumCounts), NumFunctions(NumFunctions) {} in ProfileSummary() 78 uint32_t getNumCounts() { return NumCounts; } in getNumCounts()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | ProfileSummary.h | 36 uint64_t NumCounts; ///< Number of counts >= the minimum count. member 40 : Cutoff(TheCutoff), MinCount(TheMinCount), NumCounts(TheNumCounts) {} in ProfileSummaryEntry() 53 uint32_t NumCounts, NumFunctions; variable 74 uint32_t NumCounts, uint32_t NumFunctions, 79 NumCounts(NumCounts), NumFunctions(NumFunctions), Partial(Partial), in PSK() 91 uint32_t getNumCounts() { return NumCounts; } in getNumCounts()
|
/external/llvm/include/llvm/ProfileData/ |
D | ProfileCommon.h | 58 MaxFunctionCount(0), NumCounts(0), NumFunctions(0) {} in ProfileSummaryBuilder() 63 uint32_t NumCounts, NumFunctions; variable 96 NumCounts++; in addCount()
|
/external/llvm-project/llvm/lib/IR/ |
D | ProfileSummary.cpp | 64 ConstantAsMetadata::get(ConstantInt::get(Int32Ty, Entry.NumCounts))}; in getDetailedSummaryMD() 215 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local 229 NumCounts)) in getFromMD() 248 NumCounts, NumFunctions, IsPartialProfile, in getFromMD() 256 OS << "Total number of blocks: " << NumCounts << "\n"; in printSummary() 263 OS << Entry.NumCounts << " blocks with count >= " << Entry.MinCount in printDetailedSummary()
|
/external/llvm-project/llvm/unittests/IR/ |
D | ModuleTest.cpp | 101 !7 = !{!"NumCounts", i64 200} 137 !7 = !{!"NumCounts", i64 200} in TEST() 153 const unsigned NumCounts = 200; in TEST() local 156 double Ratio = (double)BlockCount / NumCounts; in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ProfileSummary.cpp | 55 ConstantAsMetadata::get(ConstantInt::get(Int32Ty, Entry.NumCounts))}; in getDetailedSummaryMD() 161 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local 174 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(5)), "NumCounts", NumCounts)) in getFromMD() 185 NumCounts, NumFunctions); in getFromMD()
|
/external/llvm/lib/IR/ |
D | ProfileSummary.cpp | 58 ConstantAsMetadata::get(ConstantInt::get(Int32Ty, Entry.NumCounts))}; in getDetailedSummaryMD() 166 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local 179 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(5)), "NumCounts", NumCounts)) in getFromMD() 189 MaxInternalCount, MaxFunctionCount, NumCounts, in getFromMD()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | ProfileCommon.h | 52 uint32_t NumCounts = 0; variable 96 NumCounts++; in addCount()
|
/external/llvm-project/llvm/include/llvm/ProfileData/ |
D | ProfileCommon.h | 52 uint32_t NumCounts = 0; variable 100 NumCounts++; in addCount()
|
/external/llvm/lib/ProfileData/ |
D | ProfileSummaryBuilder.cpp | 95 MaxFunctionCount, NumCounts, NumFunctions); in getSummary() 102 MaxInternalBlockCount, MaxFunctionCount, NumCounts, NumFunctions); in getSummary()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | ProfileSummaryBuilder.cpp | 98 MaxFunctionCount, NumCounts, NumFunctions); in getSummary() 105 MaxInternalBlockCount, MaxFunctionCount, NumCounts, NumFunctions); in getSummary()
|
/external/llvm-project/llvm/lib/ProfileData/ |
D | ProfileSummaryBuilder.cpp | 111 MaxFunctionCount, NumCounts, NumFunctions); in getSummary() 118 MaxInternalBlockCount, MaxFunctionCount, NumCounts, NumFunctions); in getSummary()
|
/external/llvm-project/llvm/test/Transforms/PGOProfile/ |
D | cspgo_profile_summary.ll | 134 ; PGOSUMMARY: {{![0-9]+}} = !{!"NumCounts", i64 14} 144 ; CSPGOSUMMARY: {{![0-9]+}} = !{!"NumCounts", i64 14} 153 ; CSPGOSUMMARY: {{![0-9]+}} = !{!"NumCounts", i64 23}
|
D | icp_sample.ll | 24 !10 = !{!"NumCounts", i64 1}
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ProfileSummaryInfo.cpp | 289 HotEntry.NumCounts > ProfileSummaryHugeWorkingSetSizeThreshold; in computeThresholds() 291 HotEntry.NumCounts > ProfileSummaryLargeWorkingSetSizeThreshold; in computeThresholds() 297 static_cast<uint64_t>(HotEntry.NumCounts * PartialProfileRatio * in computeThresholds()
|
/external/llvm/test/Analysis/ProfileSummary/ |
D | basic.ll | 33 !8 = !{!"NumCounts", i64 3}
|
/external/llvm-project/llvm/test/Transforms/SampleProfile/ |
D | summary.ll | 18 ; CHECK-DAG: {{![0-9]+}} = !{!"NumCounts", i64 5}
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | constantpool-align.ll | 37 !7 = !{!"NumCounts", i64 3}
|
/external/llvm-project/llvm/test/Transforms/HotColdSplit/ |
D | coldentrycount.ll | 42 !7 = !{!"NumCounts", i64 3}
|
/external/llvm-project/llvm/test/Transforms/FunctionImport/Inputs/ |
D | hotness_based_import.ll | 75 !8 = !{!"NumCounts", i64 3}
|
/external/llvm/test/Transforms/Inline/ |
D | inline-cold-callee.ll | 46 !8 = !{!"NumCounts", i64 3}
|
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/X86/ |
D | section-samplepgo.ll | 47 !8 = !{!"NumCounts", i64 3}
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ProfileSummaryInfo.cpp | 258 HotEntry.NumCounts > ProfileSummaryHugeWorkingSetSizeThreshold; in computeThresholds() 260 HotEntry.NumCounts > ProfileSummaryLargeWorkingSetSizeThreshold; in computeThresholds()
|
/external/llvm-project/llvm/test/Analysis/ProfileSummary/ |
D | basic.ll | 45 !8 = !{!"NumCounts", i64 3}
|