Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DGCOV.cpp603 DenseMap<const GCOVFunction *, bool> LineExecs; in print() local
635 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()