Home
last modified time | relevance | path

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

12

/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()
DSampleProfReader.cpp451 auto MaxFunctionCount = readNumber<uint64_t>(); in readSummary() local
452 if (std::error_code EC = MaxFunctionCount.getError()) in readSummary()
475 *MaxFunctionCount, *NumBlocks, *NumFunctions); in readSummary()
DInstrProfWriter.cpp203 TheSummary->set(Summary::MaxFunctionCount, PS.getMaxFunctionCount()); in setSummary()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DProfileSummaryBuilder.cpp50 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()
DSampleProfReader.cpp919 auto MaxFunctionCount = readNumber<uint64_t>(); in readSummary() local
920 if (std::error_code EC = MaxFunctionCount.getError()) in readSummary()
943 *MaxFunctionCount, *NumBlocks, *NumFunctions); in readSummary()
DInstrProfWriter.cpp277 TheSummary->set(Summary::MaxFunctionCount, PS.getMaxFunctionCount()); in setSummary()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DProfileSummary.h51 uint64_t TotalCount, MaxCount, MaxInternalCount, MaxFunctionCount; variable
61 uint64_t MaxInternalCount, uint64_t MaxFunctionCount, in ProfileSummary() argument
65 MaxInternalCount(MaxInternalCount), MaxFunctionCount(MaxFunctionCount), in ProfileSummary()
75 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DProfileSummary.h52 const 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() const { return MaxFunctionCount; } in getMaxFunctionCount()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
DProfileSummaryBuilder.cpp113 if (FS.getHeadSamples() > MaxFunctionCount) in addRecord()
114 MaxFunctionCount = FS.getHeadSamples(); in addRecord()
189 MaxFunctionCount, NumCounts, NumFunctions); in getSummary()
225 MaxInternalBlockCount, MaxFunctionCount, NumCounts, NumFunctions); in getSummary()
233 if (Count > MaxFunctionCount) in addEntryCount()
234 MaxFunctionCount = Count; in addEntryCount()
DSampleProfReader.cpp1503 auto MaxFunctionCount = readNumber<uint64_t>(); in readSummary() local
1504 if (std::error_code EC = MaxFunctionCount.getError()) in readSummary()
1527 *MaxFunctionCount, *NumBlocks, *NumFunctions); in readSummary()
DInstrProfWriter.cpp330 TheSummary->set(Summary::MaxFunctionCount, PS.getMaxFunctionCount()); in setSummary()
/external/llvm/include/llvm/ProfileData/
DProfileCommon.h58 MaxFunctionCount(0), NumCounts(0), NumFunctions(0) {} in ProfileSummaryBuilder()
62 uint64_t TotalCount, MaxCount, MaxFunctionCount; variable
DInstrProf.h828 MaxFunctionCount = 2, enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DProfileSummary.cpp214 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
225 MaxFunctionCount)) in getFromMD()
246 MaxCount, MaxInternalCount, MaxFunctionCount, in getFromMD()
253 OS << "Maximum function count: " << MaxFunctionCount << "\n"; in printSummary()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DProfileSummary.cpp161 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
172 MaxFunctionCount)) in getFromMD()
184 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/llvm/test/Analysis/ProfileSummary/
Dbasic.ll32 !7 = !{!"MaxFunctionCount", i64 1000}
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DProfileCommon.h51 uint64_t MaxFunctionCount = 0; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/
DProfileCommon.h52 uint64_t MaxFunctionCount = 0; variable
/external/llvm/test/Transforms/Inline/
Dinline-cold-callee.ll45 !7 = !{!"MaxFunctionCount", i64 1000}
Dinline-hot-callsite.ll45 !7 = !{!"MaxFunctionCount", i64 1000}
Dinline-hot-callee.ll45 !7 = !{!"MaxFunctionCount", i64 1000}

12