Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp245 uint32_t ProbeProfileCount = 0; in readImpl() local
343 ++ProbeProfileCount; in readImpl()
357 assert((ProbeProfileCount == 0 || ProbeProfileCount == Profiles.size()) && in readImpl()
359 ProfileIsProbeBased = (ProbeProfileCount > 0); in readImpl()