CoverageRelevantSubgraph in rustc_mir_transform::coverage::graph - Rust (original) (raw)

Struct CoverageRelevantSubgraph

Source

struct CoverageRelevantSubgraph<'a, 'tcx> {
    basic_blocks: &'a BasicBlocks<'tcx>,
}

Expand description

Wrapper around a mir::BasicBlocks graph that restricts each node’s successors to only the ones considered “relevant” when building a coverage graph.

§

§

§

§

§

§

§

§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 8 bytes