Home
last modified time | relevance | path

Searched refs:NumCounts (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/IR/
DProfileSummary.h39 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/include/llvm/ProfileData/
DProfileCommon.h58 MaxFunctionCount(0), NumCounts(0), NumFunctions(0) {} in ProfileSummaryBuilder()
63 uint32_t NumCounts, NumFunctions; variable
96 NumCounts++; in addCount()
DInstrProf.h875 ER.NumBlocks = E.NumCounts; in setEntry()
/external/llvm/lib/IR/
DProfileSummary.cpp58 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/llvm/lib/ProfileData/
DProfileSummaryBuilder.cpp95 MaxFunctionCount, NumCounts, NumFunctions); in getSummary()
102 MaxInternalBlockCount, MaxFunctionCount, NumCounts, NumFunctions); in getSummary()
DSampleProfWriter.cpp151 encodeULEB128(Entry.NumCounts, OS); in writeSummary()
/external/llvm/test/Analysis/ProfileSummary/
Dbasic.ll33 !8 = !{!"NumCounts", i64 3}
/external/llvm/test/Transforms/Inline/
Dinline-cold-callee.ll46 !8 = !{!"NumCounts", i64 3}
Dinline-hot-callee.ll46 !8 = !{!"NumCounts", i64 3}
Dinline-hot-callsite.ll46 !8 = !{!"NumCounts", i64 3}
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp433 OS << Entry.NumCounts << " blocks with count >= " << Entry.MinCount in showInstrProfile()