Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp99 std::optional<uint64_t> TotalEntryCount; in readProfile() local
111 (!IsRoot || TotalEntryCount.has_value()) && in readProfile()
156 TotalEntryCount = RecordValues[0]; in readProfile()
165 PGOCtxProfContext Ret(*Guid, std::move(*Counters), TotalEntryCount, in readProfile()