llvm-6502/lib/ProfileData
Alex Lorenz 5819748a2d Coverage: improve efficiency of the counter propagation to the expansion regions.
This patch reduces the complexity of the two inner loops in order to speed up 
the loading of coverage data for very large functions.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214228 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-29 21:42:24 +00:00
..
CMakeLists.txt Add code coverage mapping data, reader, and writer. 2014-07-24 23:55:56 +00:00
CoverageMapping.cpp Coverage: fix the missing output stream in recursive call to CoverageMappingContext::dump 2014-07-29 19:58:16 +00:00
CoverageMappingReader.cpp Coverage: improve efficiency of the counter propagation to the expansion regions. 2014-07-29 21:42:24 +00:00
CoverageMappingWriter.cpp coverage: remove empty mapping regions 2014-07-25 22:22:24 +00:00
InstrProf.cpp Remove unused and odd code. 2014-06-13 15:36:17 +00:00
InstrProfIndexed.h raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary. 2014-04-29 23:26:49 +00:00
InstrProfReader.cpp Update the MemoryBuffer API to use ErrorOr. 2014-07-06 17:43:13 +00:00
InstrProfWriter.cpp Don't use 'using std::error_code' in include/llvm. 2014-06-12 21:46:39 +00:00
LLVMBuild.txt Add code coverage mapping data, reader, and writer. 2014-07-24 23:55:56 +00:00
Makefile