Searched refs:NumCounts (Results 1 – 11 of 11) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | ProfileSummary.h | 39 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/ |
D | ProfileCommon.h | 58 MaxFunctionCount(0), NumCounts(0), NumFunctions(0) {} in ProfileSummaryBuilder() 63 uint32_t NumCounts, NumFunctions; variable 96 NumCounts++; in addCount()
|
D | InstrProf.h | 875 ER.NumBlocks = E.NumCounts; in setEntry()
|
/external/llvm/lib/IR/ |
D | ProfileSummary.cpp | 58 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/ |
D | ProfileSummaryBuilder.cpp | 95 MaxFunctionCount, NumCounts, NumFunctions); in getSummary() 102 MaxInternalBlockCount, MaxFunctionCount, NumCounts, NumFunctions); in getSummary()
|
D | SampleProfWriter.cpp | 151 encodeULEB128(Entry.NumCounts, OS); in writeSummary()
|
/external/llvm/test/Analysis/ProfileSummary/ |
D | basic.ll | 33 !8 = !{!"NumCounts", i64 3}
|
/external/llvm/test/Transforms/Inline/ |
D | inline-cold-callee.ll | 46 !8 = !{!"NumCounts", i64 3}
|
D | inline-hot-callee.ll | 46 !8 = !{!"NumCounts", i64 3}
|
D | inline-hot-callsite.ll | 46 !8 = !{!"NumCounts", i64 3}
|
/external/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 433 OS << Entry.NumCounts << " blocks with count >= " << Entry.MinCount in showInstrProfile()
|