Searched refs:MaxFunctionCount (Results 1 – 14 of 14) sorted by relevance
/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()
|
D | SampleProfReader.cpp | 451 auto MaxFunctionCount = readNumber<uint64_t>(); in readSummary() local 452 if (std::error_code EC = MaxFunctionCount.getError()) in readSummary() 475 *MaxFunctionCount, *NumBlocks, *NumFunctions); in readSummary()
|
D | InstrProfWriter.cpp | 203 TheSummary->set(Summary::MaxFunctionCount, PS.getMaxFunctionCount()); in setSummary()
|
D | InstrProfReader.cpp | 610 SummaryData->get(Summary::MaxFunctionCount), in readSummary()
|
/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/include/llvm/ProfileData/ |
D | ProfileCommon.h | 58 MaxFunctionCount(0), NumCounts(0), NumFunctions(0) {} in ProfileSummaryBuilder() 62 uint64_t TotalCount, MaxCount, MaxFunctionCount; variable
|
D | InstrProf.h | 828 MaxFunctionCount = 2, enumerator
|
/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/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/test/Transforms/Inline/ |
D | inline-cold-callee.ll | 45 !7 = !{!"MaxFunctionCount", i64 1000}
|
D | inline-hot-callee.ll | 45 !7 = !{!"MaxFunctionCount", i64 1000}
|
D | inline-hot-callsite.ll | 45 !7 = !{!"MaxFunctionCount", i64 1000}
|