Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp172 if (arc->onTree()) in readGCNO()
330 bool GCOVArc::onTree() const { return flags & GCOV_ARC_ON_TREE; } in onTree() function in GCOVArc
396 if (e->onTree()) in propagateCounts()
404 if (e->onTree()) in propagateCounts()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h226 bool onTree() const;