Home
last modified time | relevance | path

Searched defs:MaxFunctionCount (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
DProfileSummary.h55 uint64_t TotalCount, MaxCount, MaxInternalCount, MaxFunctionCount; variable
64 uint64_t MaxInternalCount, uint64_t MaxFunctionCount, in ProfileSummary()
/external/llvm/include/llvm/ProfileData/
DProfileCommon.h62 uint64_t TotalCount, MaxCount, MaxFunctionCount; variable
DInstrProf.h828 MaxFunctionCount = 2, enumerator
/external/llvm/lib/IR/
DProfileSummary.cpp166 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
/external/llvm/lib/ProfileData/
DSampleProfReader.cpp451 auto MaxFunctionCount = readNumber<uint64_t>(); in readSummary() local