pub fn compute_post_order(context: &Context, function: &Function) -> PostOrder
Expand description

Compute the post-order traversal of the CFG. Beware: Unreachable blocks aren’t part of the result.