Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ProfileData/
DProfileCommon.h52 uint64_t MaxFunctionCount = 0; variable
DInstrProf.h1111 MaxFunctionCount = 2, enumerator
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DProfileSummary.h52 const uint64_t TotalCount, MaxCount, MaxInternalCount, MaxFunctionCount; variable
/openbsd/src/gnu/llvm/llvm/lib/IR/
DProfileSummary.cpp214 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
/openbsd/src/gnu/llvm/llvm/lib/ProfileData/
DSampleProfReader.cpp1503 auto MaxFunctionCount = readNumber<uint64_t>(); in readSummary() local