pub fn compute_post_order( context: &Context<'_>, function: &Function, ) -> PostOrder
Compute the post-order traversal of the CFG. Beware: Unreachable blocks aren’t part of the result.