Skip to main content

graph_reaches_any

Function graph_reaches_any 

Source
fn graph_reaches_any(
    graph: &PathGraph<'_>,
    sources: &[usize],
    target_pred: impl Fn(usize) -> bool,
) -> bool
Expand description

Return whether a loop SCC can reach a given checkpoint block.