Structsยง
- Basic
Coverage ๐Block A node in the control-flow graph of CoverageGraph. BasicCoverageBlockData
holds the data indexed by aBasicCoverageBlock
.- Coverage
Graph ๐A coverage-specific simplification of the MIR control flow graph (CFG). TheCoverageGraph
s nodes areBasicCoverageBlock
s, which encompass one or more MIRBasicBlock
s. - Wrapper around a
mir::BasicBlocks
graph that restricts each nodeโs successors to only the ones considered โrelevantโ when building a coverage graph. - Coverage
Successors ๐Holds the coverage-relevant successors of a basic blockโs terminator, and indicates whether that block can potentially be combined into the same BCB as its sole successor. - Ready
First ๐Traversal Iterator that visits nodes in the coverage graph, in an order that always prefers โreadyโ nodes whose predecessors have already been visited.
Enumsยง
- Ready
State ๐State of a node in the coverage graph during ready-first traversal.
Constantsยง
- START_
BCB ๐