/external/llvm/lib/ProfileData/ |
D | ProfileSummaryBuilder.cpp | 51 if (FS.getHeadSamples() > MaxFunctionCount) in addRecord() 52 MaxFunctionCount = FS.getHeadSamples(); in addRecord() 95 MaxFunctionCount, NumCounts, NumFunctions); in getSummary() 102 MaxInternalBlockCount, MaxFunctionCount, NumCounts, NumFunctions); in getSummary() 108 if (Count > MaxFunctionCount) in addEntryCount() 109 MaxFunctionCount = Count; in addEntryCount()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | ProfileSummaryBuilder.cpp | 50 if (FS.getHeadSamples() > MaxFunctionCount) in addRecord() 51 MaxFunctionCount = FS.getHeadSamples(); in addRecord() 98 MaxFunctionCount, NumCounts, NumFunctions); in getSummary() 105 MaxInternalBlockCount, MaxFunctionCount, NumCounts, NumFunctions); in getSummary() 111 if (Count > MaxFunctionCount) in addEntryCount() 112 MaxFunctionCount = Count; in addEntryCount()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ProfileSummary.h | 50 uint64_t TotalCount, MaxCount, MaxInternalCount, MaxFunctionCount; variable 60 uint64_t MaxInternalCount, uint64_t MaxFunctionCount, in ProfileSummary() argument 64 MaxInternalCount(MaxInternalCount), MaxFunctionCount(MaxFunctionCount), in ProfileSummary() 74 uint64_t getMaxFunctionCount() { return MaxFunctionCount; } in getMaxFunctionCount()
|
/external/llvm/include/llvm/IR/ |
D | ProfileSummary.h | 55 uint64_t TotalCount, MaxCount, MaxInternalCount, MaxFunctionCount; variable 64 uint64_t MaxInternalCount, uint64_t MaxFunctionCount, in ProfileSummary() argument 68 MaxInternalCount(MaxInternalCount), MaxFunctionCount(MaxFunctionCount), in ProfileSummary() 77 uint64_t getMaxFunctionCount() { return MaxFunctionCount; } in getMaxFunctionCount()
|
/external/llvm-project/llvm/lib/ProfileData/ |
D | ProfileSummaryBuilder.cpp | 63 if (FS.getHeadSamples() > MaxFunctionCount) in addRecord() 64 MaxFunctionCount = FS.getHeadSamples(); in addRecord() 111 MaxFunctionCount, NumCounts, NumFunctions); in getSummary() 118 MaxInternalBlockCount, MaxFunctionCount, NumCounts, NumFunctions); in getSummary() 129 if (Count > MaxFunctionCount) in addEntryCount() 130 MaxFunctionCount = Count; in addEntryCount()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | ProfileSummary.h | 52 uint64_t TotalCount, MaxCount, MaxInternalCount, MaxFunctionCount; variable 73 uint64_t MaxInternalCount, uint64_t MaxFunctionCount, 78 MaxInternalCount(MaxInternalCount), MaxFunctionCount(MaxFunctionCount), in PSK() 90 uint64_t getMaxFunctionCount() { return MaxFunctionCount; } in getMaxFunctionCount()
|
/external/llvm/include/llvm/ProfileData/ |
D | ProfileCommon.h | 58 MaxFunctionCount(0), NumCounts(0), NumFunctions(0) {} in ProfileSummaryBuilder() 62 uint64_t TotalCount, MaxCount, MaxFunctionCount; variable
|
/external/llvm-project/llvm/lib/IR/ |
D | ProfileSummary.cpp | 215 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local 226 MaxFunctionCount)) in getFromMD() 247 MaxCount, MaxInternalCount, MaxFunctionCount, in getFromMD() 254 OS << "Maximum function count: " << MaxFunctionCount << "\n"; in printSummary()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ProfileSummary.cpp | 161 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local 172 MaxFunctionCount)) in getFromMD() 184 MaxCount, MaxInternalCount, MaxFunctionCount, in getFromMD()
|
/external/llvm/lib/IR/ |
D | ProfileSummary.cpp | 166 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local 177 MaxFunctionCount)) in getFromMD() 189 MaxInternalCount, MaxFunctionCount, NumCounts, in getFromMD()
|
/external/llvm-project/llvm/unittests/IR/ |
D | ModuleTest.cpp | 100 !6 = !{!"MaxFunctionCount", i64 1000} 136 !6 = !{!"MaxFunctionCount", i64 1000} in TEST()
|
/external/llvm-project/llvm/test/Transforms/PGOProfile/ |
D | cspgo_profile_summary.ll | 133 ; PGOSUMMARY: {{![0-9]+}} = !{!"MaxFunctionCount", i64 800000} 143 ; CSPGOSUMMARY: {{![0-9]+}} = !{!"MaxFunctionCount", i64 800000} 152 ; CSPGOSUMMARY: {{![0-9]+}} = !{!"MaxFunctionCount", i64 200000}
|
D | PR28219.ll | 11 ; CHECK-DAG: {{![0-9]+}} = !{!"MaxFunctionCount", i64 3}
|
D | icp_sample.ll | 23 !9 = !{!"MaxFunctionCount", i64 0}
|
/external/llvm/test/Transforms/SampleProfile/ |
D | summary.ll | 11 ; CHECK-DAG: {{![0-9]+}} = !{!"MaxFunctionCount", i64 3}
|
/external/llvm/test/Transforms/PGOProfile/ |
D | PR28219.ll | 11 ; CHECK-DAG: {{![0-9]+}} = !{!"MaxFunctionCount", i64 3}
|
/external/llvm/test/Analysis/ProfileSummary/ |
D | basic.ll | 32 !7 = !{!"MaxFunctionCount", i64 1000}
|
/external/llvm-project/llvm/test/Transforms/Inline/ |
D | function-count-update-2.ll | 29 !0 = !{i32 1, !"MaxFunctionCount", i32 1000}
|
/external/llvm-project/llvm/test/Transforms/SampleProfile/ |
D | summary.ll | 20 ; CHECK-DAG: {{![0-9]+}} = !{!"MaxFunctionCount", i64 3}
|
/external/llvm-project/llvm/test/Transforms/CodeExtractor/ |
D | MultipleExitBranchProb.ll | 29 !0 = !{i32 1, !"MaxFunctionCount", i32 10000}
|
D | ExtractedFnEntryCount.ll | 30 !0 = !{i32 1, !"MaxFunctionCount", i32 1000}
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | ProfileCommon.h | 51 uint64_t MaxFunctionCount = 0; variable
|
/external/llvm-project/llvm/include/llvm/ProfileData/ |
D | ProfileCommon.h | 51 uint64_t MaxFunctionCount = 0; variable
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | constantpool-align.ll | 36 !6 = !{!"MaxFunctionCount", i64 1000}
|
/external/llvm-project/llvm/test/Transforms/HotColdSplit/ |
D | coldentrycount.ll | 41 !6 = !{!"MaxFunctionCount", i64 1000}
|