Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DGCOV.cpp608 DenseMap<const GCOVFunction *, bool> LineExecs; in print() local
640 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DGCOV.cpp630 DenseMap<const GCOVFunction *, bool> LineExecs; in print() local
662 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()