rust/compiler/rustc_mir_transform/src/coverage
Zalathar e67db4c3b8 coverage: Simplify code for adding prev to pending dups
If we only check for duplicate spans when `prev` is unmodified, we reduce the
number of situations that `update_pending_dups` needs to handle.

This could potentially change the coverage spans we produce in some unknown
corner cases, but none of our current coverage tests indicate any change.
2024-02-13 21:48:03 +11:00
..
spans coverage: Split CoverageSpan into several distinct structs 2024-02-13 21:48:03 +11:00
counters.rs coverage: Split out counter increment sites from BCB node/edge counters 2024-02-02 10:50:05 +11:00
graph.rs coverage: Simplify computing successors in the BCB graph 2024-01-14 12:11:26 +11:00
mod.rs Rollup merge of #120564 - Zalathar:increment-site, r=oli-obk 2024-02-07 18:24:43 +01:00
query.rs remove redundant imports 2023-12-10 10:56:22 +08:00
spans.rs coverage: Simplify code for adding prev to pending dups 2024-02-13 21:48:03 +11:00
tests.rs coverage: Make coverage_counters a local variable 2023-12-30 22:36:11 +11:00