Florian Hahn cd8aa234fd
[llvm-reduce] Use DenseSet instead of std::set (NFC).
When reducing functions with very large basic blocks (~ almost 1 million
BBs), the majority of time is spent maintaining the order in the std::set
for the basic blocks to keep.

In those cases, DenseSet<> is much more efficient. Use it instead.
2021-11-10 13:56:22 +00:00
..
2021-11-02 09:08:09 -07:00
2021-11-02 09:08:09 -07:00
2021-10-15 14:51:49 +08:00
2021-11-08 16:29:28 -08:00