Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DGCOV.cpp174 if (arc->onTree()) in readGCNO()
328 bool GCOVArc::onTree() const { return flags & GCOV_ARC_ON_TREE; } in onTree() function in GCOVArc
378 excess += e->onTree() ? propagateCounts(e->src, e) : e->count; in propagateCounts()
381 excess -= e->onTree() ? propagateCounts(e->dst, e) : e->count; in propagateCounts()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DGCOV.h222 bool onTree() const;