Searched refs:onTree (Results 1 – 2 of 2) sorted by relevance
174 if (arc->onTree()) in readGCNO()328 bool GCOVArc::onTree() const { return flags & GCOV_ARC_ON_TREE; } in onTree() function in GCOVArc378 excess += e->onTree() ? propagateCounts(e->src, e) : e->count; in propagateCounts()381 excess -= e->onTree() ? propagateCounts(e->dst, e) : e->count; in propagateCounts()
222 bool onTree() const;