Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfReader.cpp247 uint32_t TopLevelProbeProfileCount = 0; in readImpl() local
347 ++TopLevelProbeProfileCount; in readImpl()
362 assert((TopLevelProbeProfileCount == 0 || in readImpl()
363 TopLevelProbeProfileCount == Profiles.size()) && in readImpl()
365 ProfileIsProbeBased = (TopLevelProbeProfileCount > 0); in readImpl()