Searched defs:MaxFunctionCount (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | ProfileSummary.h | 52 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 D | ProfileCommon.h | 52 uint64_t MaxFunctionCount = 0; variable
|
| H A D | InstrProf.h | 932 MaxFunctionCount = 2, enumerator
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | ProfileSummary.cpp | 160 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
|
| /freebsd-12.1/contrib/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 629 auto MaxFunctionCount = readNumber<uint64_t>(); in readSummary() local
|