Home
last modified time | relevance | path

Searched refs:MaxFunctionCount (Results 1 – 25 of 59) sorted by relevance

123

/external/llvm/lib/ProfileData/
DProfileSummaryBuilder.cpp51 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-7.0/llvm/lib/ProfileData/
DProfileSummaryBuilder.cpp50 if (FS.getHeadSamples() > MaxFunctionCount) in addRecord()
51 MaxFunctionCount = FS.getHeadSamples(); in addRecord()
94 MaxFunctionCount, NumCounts, NumFunctions); in getSummary()
101 MaxInternalBlockCount, MaxFunctionCount, NumCounts, NumFunctions); in getSummary()
107 if (Count > MaxFunctionCount) in addEntryCount()
108 MaxFunctionCount = Count; in addEntryCount()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DProfileSummary.h52 uint64_t TotalCount, MaxCount, MaxInternalCount, MaxFunctionCount; variable
62 uint64_t MaxInternalCount, uint64_t MaxFunctionCount, in ProfileSummary() argument
66 MaxInternalCount(MaxInternalCount), MaxFunctionCount(MaxFunctionCount), in ProfileSummary()
76 uint64_t getMaxFunctionCount() { return MaxFunctionCount; } in getMaxFunctionCount()
/external/llvm/include/llvm/IR/
DProfileSummary.h55 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/include/llvm/ProfileData/
DProfileCommon.h58 MaxFunctionCount(0), NumCounts(0), NumFunctions(0) {} in ProfileSummaryBuilder()
62 uint64_t TotalCount, MaxCount, MaxFunctionCount; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DProfileSummary.cpp160 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
171 MaxFunctionCount)) in getFromMD()
183 MaxCount, MaxInternalCount, MaxFunctionCount, in getFromMD()
/external/llvm/lib/IR/
DProfileSummary.cpp166 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
177 MaxFunctionCount)) in getFromMD()
189 MaxInternalCount, MaxFunctionCount, NumCounts, in getFromMD()
/external/llvm/test/Transforms/SampleProfile/
Dsummary.ll11 ; CHECK-DAG: {{![0-9]+}} = !{!"MaxFunctionCount", i64 3}
/external/llvm/test/Transforms/PGOProfile/
DPR28219.ll11 ; CHECK-DAG: {{![0-9]+}} = !{!"MaxFunctionCount", i64 3}
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PGOProfile/
DPR28219.ll11 ; CHECK-DAG: {{![0-9]+}} = !{!"MaxFunctionCount", i64 3}
Dicp_sample.ll23 !9 = !{!"MaxFunctionCount", i64 0}
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SampleProfile/
Dsummary.ll12 ; CHECK-DAG: {{![0-9]+}} = !{!"MaxFunctionCount", i64 3}
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ProfileSummary/
Dbasic.ll32 !7 = !{!"MaxFunctionCount", i64 1000}
/external/llvm/test/Analysis/ProfileSummary/
Dbasic.ll32 !7 = !{!"MaxFunctionCount", i64 1000}
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dfunction-count-update-2.ll29 !0 = !{i32 1, !"MaxFunctionCount", i32 1000}
Dinline-cold-callsite-samplepgo.ll40 !7 = !{!"MaxFunctionCount", i64 1000}
Dinline-cold-callee.ll47 !7 = !{!"MaxFunctionCount", i64 1000}
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeExtractor/
DMultipleExitBranchProb.ll29 !0 = !{i32 1, !"MaxFunctionCount", i32 10000}
DExtractedFnEntryCount.ll30 !0 = !{i32 1, !"MaxFunctionCount", i32 1000}
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DProfileCommon.h52 uint64_t MaxFunctionCount = 0; variable
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeGenPrepare/
Dsection-samplepgo.ll46 !7 = !{!"MaxFunctionCount", i64 1000}
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionImport/Inputs/
Dhotness_based_import.ll74 !7 = !{!"MaxFunctionCount", i64 1000}
/external/llvm/test/Transforms/Inline/
Dinline-cold-callee.ll45 !7 = !{!"MaxFunctionCount", i64 1000}
Dinline-hot-callsite.ll45 !7 = !{!"MaxFunctionCount", i64 1000}
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dcast-call-combine-prof.ll46 !7 = !{!"MaxFunctionCount", i64 1000}

123