Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DProfileSummary.h52 uint64_t TotalCount, MaxCount, MaxInternalCount, MaxFunctionCount; variable
62 uint64_t MaxInternalCount, uint64_t MaxFunctionCount, in ProfileSummary()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DProfileCommon.h52 uint64_t MaxFunctionCount = 0; variable
H A DInstrProf.h932 MaxFunctionCount = 2, enumerator
/freebsd-12.1/contrib/llvm/lib/IR/
H A DProfileSummary.cpp160 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DSampleProfReader.cpp629 auto MaxFunctionCount = readNumber<uint64_t>(); in readSummary() local