coverage: Use a query to find counters/expressions that must be zero As of #133446, this query (`coverage_ids_info`) determines which counter/expression IDs are unused. So with only a little extra work, we can take the code that was using that information to determine which coverage counters/expressions must be zero, and move that inside the query as well. There should be no change in compiler output. |
||
|---|---|---|
| .. | ||
| counters | ||
| spans | ||
| counters.rs | ||
| graph.rs | ||
| mappings.rs | ||
| mod.rs | ||
| query.rs | ||
| spans.rs | ||
| tests.rs | ||
| unexpand.rs | ||