Skip to main content

chosen_successor

Function chosen_successor 

Source
fn chosen_successor(
    path: &Path,
    block: BasicBlock,
    occurrence: usize,
) -> Option<BasicBlock>
Expand description

Return the next MIR block after block in a finite verification path.