mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
2d6abf2acf
Every time we were adding or removing an expression when generating a coverage mapping we were doing a linear search to try and deduplicate the list. The indices in the list are important, so we can't just replace it by a DenseMap entirely, but an auxilliary DenseMap for fast lookup massively improves the performance issues I was seeing here. llvm-svn: 218892 |
||
---|---|---|
.. | ||
CoverageMapping.h | ||
CoverageMappingReader.h | ||
CoverageMappingWriter.h | ||
InstrProf.h | ||
InstrProfReader.h | ||
InstrProfWriter.h | ||
SampleProfReader.h |