Skip to main content

prepare_slice_plan

Function prepare_slice_plan 

Source
pub fn prepare_slice_plan(
    node_count: u32,
    edge_offsets: &[u32],
    edge_targets: &[u32],
    edge_kind_mask: &[u32],
) -> Result<FixedPointAnalysisPlan, String>
Expand description

Prepare backward-slice graph buffers and Program once for repeated runs.