rust/compiler/rustc_data_structures
Zalathar 7f4dd9bb81 Move cmp_in_dominator_order out of graph dominator computation
Dominator-order information is only needed for coverage graphs, and is easy
enough to collect by just traversing the graph again.

This avoids wasted work when computing graph dominators for any other purpose.
2024-10-22 20:44:09 +11:00
..
src Move cmp_in_dominator_order out of graph dominator computation 2024-10-22 20:44:09 +11:00
Cargo.toml Update rustc-hash to version 2 2024-10-20 00:12:49 -07:00