Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1425 uint64_t HeadCount = 0; in readOneFunctionProfile() local
1427 if (!GcovBuffer.readInt64(HeadCount)) in readOneFunctionProfile()
1453 FProfile->addHeadSamples(HeadCount); in readOneFunctionProfile()