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-10.0/llvm/lib/ProfileData/
DGCOV.cpp757 DenseMap<const GCOVFunction *, bool> LineExecs; in print() local
779 if (LineExecs.find(Function) == LineExecs.end()) { in print()
782 LineExecs[Function] = true; in print()
784 LineExecs[Function] = false; in print()
787 } else if (!LineExecs[Function] && Block->getCount()) { in print()
789 LineExecs[Function] = true; in print()