Skip to main content

reverse_postorder_blocks

Function reverse_postorder_blocks 

Source
fn reverse_postorder_blocks<'a, 'tcx>(
    body: &'a Body<'tcx>,
) -> impl Iterator<Item = (BasicBlock, &'a BasicBlockData<'tcx>)>