Struct rustc_mir_transform::coverage::graph::TraverseCoverageGraphWithLoops [−][src]
pub(super) struct TraverseCoverageGraphWithLoops {
pub backedges: IndexVec<BasicCoverageBlock, Vec<BasicCoverageBlock>>,
pub context_stack: Vec<TraversalContext>,
visited: BitSet<BasicCoverageBlock>,
}
Fields
backedges: IndexVec<BasicCoverageBlock, Vec<BasicCoverageBlock>>
context_stack: Vec<TraversalContext>
visited: BitSet<BasicCoverageBlock>
Implementations
pub fn extend_worklist(
&mut self,
basic_coverage_blocks: &CoverageGraph,
bcb: BasicCoverageBlock
)
Auto Trait Implementations
impl Send for TraverseCoverageGraphWithLoops
impl Sync for TraverseCoverageGraphWithLoops
impl Unpin for TraverseCoverageGraphWithLoops
impl UnwindSafe for TraverseCoverageGraphWithLoops
Blanket Implementations
Layout
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: 80 bytes