Searched refs:LineExecs (Results 1 – 1 of 1) sorted by relevance
749 DenseMap<const GCOVFunction *, bool> LineExecs; in print() local771 if (LineExecs.find(Function) == LineExecs.end()) { in print()774 LineExecs[Function] = true; in print()776 LineExecs[Function] = false; in print()779 } else if (!LineExecs[Function] && Block->getCount()) { in print()781 LineExecs[Function] = true; in print()