Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DGCOV.cpp749 DenseMap<const GCOVFunction *, bool> LineExecs; in print() local
771 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()