about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/mod.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-10-22 15:28:50 +0200
committerGitHub <noreply@github.com>2024-10-22 15:28:50 +0200
commitf5aa456646457fc2b8acc04360e7542a52073467 (patch)
tree44381de5450e5568b57cf9940dd3d7ec0d7f502e /compiler/rustc_mir_transform/src/coverage/mod.rs
parent56eae720bdffe2b81df69835b0934a819e87d143 (diff)
parent7f4dd9bb815182a1b60242d82890f9b0b3273c4b (diff)
downloadrust-f5aa456646457fc2b8acc04360e7542a52073467.tar.gz
rust-f5aa456646457fc2b8acc04360e7542a52073467.zip
Rollup merge of #132022 - Zalathar:dominator-order, r=tmiasko
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.
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/mod.rs')
0 files changed, 0 insertions, 0 deletions