Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DGCOV.cpp450 CycleCount = std::min(E->CyclesCount, CycleCount); in getCycleCount()
453 E->CyclesCount -= CycleCount; in getCycleCount()
555 E->CyclesCount = E->Count; in getLineCount()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DGCOV.h271 uint64_t CyclesCount = 0; member