Searched refs:LineExecs (Results 1 – 2 of 2) sorted by relevance
608 DenseMap<const GCOVFunction *, bool> LineExecs; in print() local640 if (LineExecs.find(Function) == LineExecs.end()) { in print()643 LineExecs[Function] = true; in print()645 LineExecs[Function] = false; in print()648 } else if (!LineExecs[Function] && Block->getCount()) { in print()650 LineExecs[Function] = true; in print()
630 DenseMap<const GCOVFunction *, bool> LineExecs; in print() local662 if (LineExecs.find(Function) == LineExecs.end()) { in print()665 LineExecs[Function] = true; in print()667 LineExecs[Function] = false; in print()670 } else if (!LineExecs[Function] && Block->getCount()) { in print()672 LineExecs[Function] = true; in print()