Searched refs:LineExecs (Results 1 – 1 of 1) sorted by relevance
603 DenseMap<const GCOVFunction *, bool> LineExecs; in print() local635 if (LineExecs.find(Function) == LineExecs.end()) { in print()638 LineExecs[Function] = true; in print()640 LineExecs[Function] = false; in print()643 } else if (!LineExecs[Function] && Block->getCount()) { in print()645 LineExecs[Function] = true; in print()