Home
last modified time | relevance | path

Searched refs:MaxInternalCount (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DProfileSummary.h52 const uint64_t TotalCount, MaxCount, MaxInternalCount, MaxFunctionCount; variable
73 uint64_t MaxInternalCount, uint64_t MaxFunctionCount,
78 MaxInternalCount(MaxInternalCount), MaxFunctionCount(MaxFunctionCount), in PSK()
94 uint64_t getMaxInternalCount() const { return MaxInternalCount; } in getMaxInternalCount()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DProfileSummary.cpp215 MaxInternalCount; in getFromMD() local
222 MaxInternalCount)) in getFromMD()
246 MaxCount, MaxInternalCount, MaxFunctionCount, in getFromMD()