Function prepare_bcb_counters_data

Source
pub(crate) fn prepare_bcb_counters_data(
    graph: &CoverageGraph,
) -> BcbCountersData
Expand description

Analyzes the coverage graph to create intermediate data structures that will later be used (during codegen) to create physical counters or counter expressions for each BCB node that needs one.