rust/compiler/rustc_codegen_llvm/src/coverageinfo
Zalathar d4f1f92426 coverage: Restrict ExpressionUsed simplification to Code mappings
In the future, branch and MC/DC mappings might have expressions that don't
correspond to any single point in the control-flow graph. That makes it
trickier to keep track of which expressions should expect an `ExpressionUsed`
node.

We therefore sidestep that complexity by only performing `ExpressionUsed`
simplification for expressions associated directly with ordinary `Code`
mappings.
2024-07-15 20:54:28 +10:00
..
ffi.rs coverage: Rename MC/DC conditions_num to num_conditions 2024-05-30 13:16:07 +10:00
map_data.rs coverage: Restrict ExpressionUsed simplification to Code mappings 2024-07-15 20:54:28 +10:00
mapgen.rs Remove #[macro_use] extern crate tracing from rustc_codegen_llvm. 2024-05-23 18:02:40 +10:00
mod.rs Remove #[macro_use] extern crate tracing from rustc_codegen_llvm. 2024-05-23 18:02:40 +10:00