Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h49 uint64_t MaxFunctionCount = 0; global() variable
H A DInstrProf.h1170 MaxFunctionCount = 2, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfileSummary.h52 const uint64_t TotalCount, MaxCount, MaxInternalCount, MaxFunctionCount; variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DProfileSummary.cpp214 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1474 auto MaxFunctionCount = readNumber<uint64_t>(); in readSummary() local