Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfileSummary.h52 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() { return MaxInternalCount; } in getMaxInternalCount()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DProfileSummary.cpp216 MaxInternalCount; in getFromMD() local
223 MaxInternalCount)) in getFromMD()
247 MaxCount, MaxInternalCount, MaxFunctionCount, in getFromMD()